We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5969bb8 commit cec4d36Copy full SHA for cec4d36
PythonScript/src/PythonScript.cpp
@@ -190,7 +190,7 @@ static FuncItem* getGeneratedFuncItemArray(int *nbF)
190
191
192
193
- items.push_back(std::pair<tstring, void(*)()>(_T("Configuration"), showShortcutDlg));
+ items.push_back(std::pair<tstring, void(*)()>(_T("Configuration..."), showShortcutDlg));
194
// Add dynamic scripts above the Configuration option - an extra separator will automatically
195
// be added to the end of the list, if there are items in the dynamic menu
196
dynamicStartIndex = items.size() - 1;
0 commit comments