mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 13:40:59 +02:00
IDE: use the convention of 3 dots in menu caption only if a dialog is opened by the menu item.
git-svn-id: trunk@29137 -
This commit is contained in:
parent
e73f109c67
commit
9c052f6469
@ -163,7 +163,7 @@ resourcestring
|
||||
lisPESavePackageAs = 'Save package as';
|
||||
lisPkgEditPublishPackage = 'Publish Package';
|
||||
lisPERevertPackage = 'Revert package';
|
||||
lisMenuOpenRecent = 'Open &Recent ...';
|
||||
lisMenuOpenRecent = 'Open &Recent';
|
||||
lisMenuSave = '&Save';
|
||||
lisKMSaveAs = 'SaveAs';
|
||||
lisKMSaveAll = 'SaveAll';
|
||||
@ -315,7 +315,7 @@ resourcestring
|
||||
lisMenuNewProjectFromFile = 'New Project from file ...';
|
||||
lisMenuOpenProject = 'Open Project ...';
|
||||
lisMenuCloseProject = 'Close Project';
|
||||
lisMenuOpenRecentProject = 'Open Recent Project ...';
|
||||
lisMenuOpenRecentProject = 'Open Recent Project';
|
||||
lisMenuSaveProject = 'Save Project';
|
||||
lisMenuSaveProjectAs = 'Save Project As ...';
|
||||
lisMenuPublishProject = 'Publish Project ...';
|
||||
@ -392,7 +392,7 @@ resourcestring
|
||||
|
||||
lisMenuNewPackage = 'New package ...';
|
||||
lisMenuOpenPackage = 'Open loaded package ...';
|
||||
lisMenuOpenRecentPkg = 'Open recent package ...';
|
||||
lisMenuOpenRecentPkg = 'Open recent package';
|
||||
lisMenuOpenPackageFile = 'Open package file (.lpk) ...';
|
||||
lisMenuOpenPackageOfCurUnit = 'Open package of current unit';
|
||||
lisMenuAddCurUnitToPkg = 'Add active unit to a package';
|
||||
@ -3953,14 +3953,14 @@ resourcestring
|
||||
lisPckEditAddAnItem = 'Add an item';
|
||||
lisPckEditRemoveSelectedItem = 'Remove selected item';
|
||||
lisPckEditInstallPackageInTheIDE = 'Install package in the IDE';
|
||||
lisUse = 'Use...';
|
||||
lisUse = 'Use>>';
|
||||
lisClickToSeeThePossibleUses = 'Click to see the possible uses';
|
||||
lisPckEditEditGeneralOptions = 'Edit General Options';
|
||||
lisPckEditCompOpts = 'Compiler Options';
|
||||
lisPckEditHelp = 'Help';
|
||||
lisPkgEdThereAreMoreFunctionsInThePopupmenu = 'There are more functions in '
|
||||
+'the popupmenu';
|
||||
lisPckEditMore = 'More ...';
|
||||
lisPckEditMore = 'More >>';
|
||||
lisPckEditEditOptionsToCompilePackage = 'Edit Options to compile package';
|
||||
lisPckEditRequiredPackages = 'Required Packages';
|
||||
lisPckEditFileProperties = 'File Properties';
|
||||
|
@ -737,7 +737,7 @@ begin
|
||||
ParentMI:=itmSecondaryTools;
|
||||
|
||||
CreateMenuItem(ParentMI,itmToolMakeResourceString,'itmToolMakeResourceString',lisMenuMakeResourceString, 'menu_tool_make_resourcestring');
|
||||
CreateMenuItem(ParentMI,itmToolDiff,'itmToolDiff',lisMenuDiff, 'menu_tool_diff');
|
||||
CreateMenuItem(ParentMI,itmToolDiff,'itmToolDiff',lisMenuDiff+' ...', 'menu_tool_diff');
|
||||
|
||||
CreateMenuSeparatorSection(mnuTools,itmDelphiConversion,'itmDelphiConversion');
|
||||
ParentMI:=itmDelphiConversion;
|
||||
|
Loading…
Reference in New Issue
Block a user