Skip to content

Commit cec4d36

Browse files
committed
- added ellipsis to configuration menu item
1 parent 5969bb8 commit cec4d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/PythonScript.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ static FuncItem* getGeneratedFuncItemArray(int *nbF)
190190

191191

192192

193-
items.push_back(std::pair<tstring, void(*)()>(_T("Configuration"), showShortcutDlg));
193+
items.push_back(std::pair<tstring, void(*)()>(_T("Configuration..."), showShortcutDlg));
194194
// Add dynamic scripts above the Configuration option - an extra separator will automatically
195195
// be added to the end of the list, if there are items in the dynamic menu
196196
dynamicStartIndex = items.size() - 1;

0 commit comments

Comments
 (0)