Skip to content

Commit

Permalink
UI: minor menu text enhancement
Browse files Browse the repository at this point in the history
Add missing dots...
  • Loading branch information
neomilium committed Mar 16, 2015
1 parent 9b0398d commit 9f80187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HeeksFrame.cpp
Expand Up @@ -1704,7 +1704,7 @@ void CHeeksFrame::MakeMenus()
AddMenuItem(file_menu, _("Page Setup..."), ToolImage(_T("psetup")), OnPageSetup);
AddMenuItem(file_menu, _("Print Preview"), ToolImage(_T("ppreview")), OnPrintPreview);
file_menu->AppendSeparator();
AddMenuItem(file_menu, _("Plugins"), ToolImage(_T("plugin")), OnPlugins);
AddMenuItem(file_menu, _("Plugins..."), ToolImage(_T("plugin")), OnPlugins);
file_menu->AppendSeparator();
//AddMenuItem(file_menu, _("Save Settings"), ToolImage(_T("save")), OnSaveSettingsButton);
//file_menu->AppendSeparator();
Expand Down

0 comments on commit 9f80187

Please sign in to comment.