Skip to content

Commit 1fd0696

Browse files
committed
Update plugin version string in EditorViewport popup menu
1 parent 1f3749a commit 1fd0696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/UI/EditorViewport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ void EditorViewport::mouseDown(const MouseEvent& e)
817817
{
818818
m.addSeparator();
819819
String pluginVer = editorArray[i]->getProcessor()->getLibVersion();
820-
m.addItem(7, "v" + pluginVer, false);
820+
m.addItem(7, "Plugin v" + pluginVer, false);
821821
}
822822

823823
const int result = m.show();

0 commit comments

Comments
 (0)