Skip to content

Commit

Permalink
Rename 'Darken inactive tabs'
Browse files Browse the repository at this point in the history
  • Loading branch information
alankilborn committed Nov 23, 2024
1 parent 0f693e3 commit ef853e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion PowerEditor/src/WinControls/Preference/preference.rc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BEGIN
GROUPBOX "Menu",IDC_MENU_GB_STATIC,27,168,373,34,BS_CENTER
CONTROL "Hide menu bar (use Alt or F10 key to toggle)",IDC_CHECK_HIDEMENUBAR, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,33,176,218,10
CONTROL "Hide right shortcuts + ? ? from the menu bar (Need to restart Notepad++)",IDC_CHECK_HIDERIGHTSHORTCUTSOFMENUBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,33,189,350,10
END
END

IDD_PREFERENCE_SUB_EDITING DIALOGEX 115, 10, 460, 205
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
Expand Down
1 change: 0 additions & 1 deletion PowerEditor/src/WinControls/Preference/preferenceDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class GeneralSubDlg : public StaticDialog
{
public :
GeneralSubDlg() = default;
~GeneralSubDlg() = default;
void setTabbarAlternateIcons(bool enable = false);

private :
Expand Down

0 comments on commit ef853e7

Please sign in to comment.