mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
IDE: windows: single button taskbar: hint
git-svn-id: trunk@45331 -
This commit is contained in:
parent
6e9e77ecd4
commit
2e83e4997e
@ -112,6 +112,9 @@ begin
|
||||
SingleTaskBarButtonCheckBox.Caption := dlgSingleTaskBarButton;
|
||||
SingleTaskBarButtonCheckBox.Enabled :=
|
||||
WidgetSet.GetLCLCapability(lcNeedMininimizeAppWithMainForm) = LCL_CAPABILITY_YES;
|
||||
SingleTaskBarButtonCheckBox.ShowHint:=true;
|
||||
SingleTaskBarButtonCheckBox.Hint:=
|
||||
lisShowOnlyOneButtonInTheTaskbarForTheWholeIDEInstead;
|
||||
HideIDEOnRunCheckBox.Caption := dlgHideIDEOnRun;
|
||||
TitleStartsWithProjectCheckBox.Caption:=lisIDETitleStartsWithProjectName;
|
||||
TitleStartsWithProjectCheckBox.Hint:=lisTitleInTaskbarShowsForExampleProject1LpiLazarus;
|
||||
|
@ -1172,6 +1172,10 @@ resourcestring
|
||||
dlgLoadDFile = 'Load desktop settings from file';
|
||||
dlgSingleTaskBarButton = 'Show single button in TaskBar';
|
||||
dlgHideIDEOnRun = 'Hide IDE windows on run';
|
||||
lisShowOnlyOneButtonInTheTaskbarForTheWholeIDEInstead = 'Show only one '
|
||||
+'button in the taskbar for the whole IDE, instead of one per window. Some'
|
||||
+' Linux Window Managers like Cinnamon do not support this and always show'
|
||||
+' one button per window.';
|
||||
dlgHideMessagesIcons = 'Hide Messages Icons';
|
||||
lisIDETitleStartsWithProjectName = 'IDE title starts with project name';
|
||||
lisIDETitleShowsProjectDir = 'IDE title shows project directory';
|
||||
|
Loading…
Reference in New Issue
Block a user