diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
commit | 4ac8a5589cd54abe47f1c80c67b2a8265764528a (patch) | |
tree | f19de1b727375840a8aca83fcd84046699ba1f99 /plugins/TabSRMM/res | |
parent | 1b2a01f70d70425f84d5009fabc33e5142f2cf73 (diff) |
TabSRMM:
- custom color chooser removed;
- unused menu items removed;
- version bump
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 7a0c7c38f0..3a3fe612e8 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -742,39 +742,11 @@ BEGIN MENUITEM "Don't play sounds", ID_TRAYCONTEXT_DON40223
MENUITEM "Be ""super quiet""", ID_TRAYCONTEXT_BE
END
- POPUP "Font"
- BEGIN
- MENUITEM "Default color", ID_FONT_DEFAULTCOLOR
- MENUITEM "Red", ID_FONT_RED
- MENUITEM "Green", ID_FONT_GREEN
- MENUITEM "Blue", ID_FONT_BLUE
- MENUITEM "Magenta", ID_FONT_MAGENTA
- MENUITEM "Yellow", ID_FONT_YELLOW
- MENUITEM "Cyan", ID_FONT_CYAN
- MENUITEM "Black", ID_FONT_BLACK
- MENUITEM "White", ID_FONT_WHITE
- MENUITEM SEPARATOR
- MENUITEM "Clear all formatting", ID_FONT_CLEARALLFORMATTING
- END
- POPUP "Dummy", INACTIVE
- BEGIN
- MENUITEM "No message sessions opened", ID_DUMMY_NOMESSAGESESSIONSOPENED
- END
POPUP "Favorites"
BEGIN
MENUITEM "Add contact to favorites", ID_FAVORITES_ADDCONTACTTOFAVORITES
MENUITEM "Remove contact from favorites", ID_FAVORITES_REMOVECONTACTFROMFAVORITES
END
- POPUP "Apparentmenu"
- BEGIN
- MENUITEM "dummy", 65535
- END
- POPUP "Panelpicmenu"
- BEGIN
- MENUITEM SEPARATOR
- MENUITEM "Contact picture settings...", ID_PICMENU_SETTINGS
- MENUITEM "Save this picture as...", ID_PANELPICMENU_SAVETHISPICTUREAS
- END
POPUP "Splitter context"
BEGIN
MENUITEM "Set position for this session", ID_SPLITTERCONTEXT_SETPOSITIONFORTHISSESSION
|