mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:19:25 +02:00
IDE: mode matrix: nicer caption
git-svn-id: trunk@41383 -
This commit is contained in:
parent
0af18290bd
commit
520aa7c32b
@ -19,8 +19,8 @@
|
||||
***************************************************************************
|
||||
|
||||
ToDo:
|
||||
- load old build macro values into matrix
|
||||
- save matrix options for old build macro values
|
||||
- load old build macro values into matrix
|
||||
- ifdef old frame
|
||||
- ifdef old macro value classes
|
||||
- wiki
|
||||
@ -975,7 +975,7 @@ begin
|
||||
|
||||
BMMNewCustomOptionMenuItem.Caption:=lisMMCustomOption;
|
||||
BMMNewIDEMacroMenuItem.Caption:=lisMMIDEMacro;
|
||||
BMMNewOutDirMenuItem.Caption:=lisMMOutputDirectory;
|
||||
BMMNewOutDirMenuItem.Caption:=lisMMOverrideOutputDirectory;
|
||||
|
||||
fCaptionPatternMacroName:=lisMMSetS;
|
||||
fCaptionPatternMacroValue:=lisMMValueS;
|
||||
|
@ -5713,7 +5713,7 @@ resourcestring
|
||||
lisMMInvalidCharacterAt = 'invalid character "%s" at %s';
|
||||
lisMMCustomOption = 'Custom Option';
|
||||
lisMMIDEMacro = 'IDE Macro';
|
||||
lisMMOutputDirectory = 'Output Directory';
|
||||
lisMMOverrideOutputDirectory = 'Override output directory (-FU)';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user