IDE: windows: single button taskbar: hint

git-svn-id: trunk@45331 -
This commit is contained in:
mattias 2014-06-04 06:34:16 +00:00
parent 6e9e77ecd4
commit 2e83e4997e
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -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';