From d8917f301f895e8408a9d23d72d587332e5fdbd1 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sat, 28 Apr 2001 16:09:16 +0000 Subject: [PATCH] added keyboard shortcuts to the win32 config and about popup menus --- Changes | 1 + src/win32/Win32GUI.rc | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Changes b/Changes index fc958bd59..a53e8933e 100644 --- a/Changes +++ b/Changes @@ -454,3 +454,4 @@ win32 working again - fixed some errors in the unix part of it. - Made the rehash button work in Win32 - Fixed up some CHANMODES= support and added WALLCHOPS support +- Added keyboard shortcuts to the win32 config and about popup menus diff --git a/src/win32/Win32GUI.rc b/src/win32/Win32GUI.rc index fb6f8521f..6c4c64911 100644 --- a/src/win32/Win32GUI.rc +++ b/src/win32/Win32GUI.rc @@ -117,7 +117,7 @@ BEGIN LTEXT "",IDC_LMAXCLIENTS,170,118,41,9,SS_SUNKEN,WS_EX_RIGHT END -ConfigError DIALOG DISCARDABLE 0, 0, 331, 178 +CONFIGERROR DIALOG DISCARDABLE 0, 0, 331, 178 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION CAPTION "Configuration Error" FONT 8, "MS Sans Serif" @@ -204,7 +204,7 @@ BEGIN BOTTOMMARGIN, 162 END - "ConfigError", DIALOG + "CONFIGERROR", DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 324 @@ -294,10 +294,10 @@ MENU_ABOUT MENU DISCARDABLE BEGIN POPUP "About" BEGIN - MENUITEM "Credits", IDM_CREDITS - MENUITEM "DALnet Credits", IDM_DAL - MENUITEM "License", IDM_LICENSE - MENUITEM "Help", IDM_HELP + MENUITEM "&Credits", IDM_CREDITS + MENUITEM "&DALnet Credits", IDM_DAL + MENUITEM "&License", IDM_LICENSE + MENUITEM "&Help", IDM_HELP END END @@ -305,12 +305,12 @@ MENU_CONFIG MENU DISCARDABLE BEGIN POPUP "Config" BEGIN - MENUITEM "ircd.conf", IDM_CONF + MENUITEM "ircd.&conf", IDM_CONF MENUITEM SEPARATOR - MENUITEM "ircd.motd", IDM_MOTD - MENUITEM "oper.motd", IDM_OPERMOTD - MENUITEM "bot.motd", IDM_BOTMOTD - MENUITEM "ircd.rules", IDM_RULES + MENUITEM "ircd.&motd", IDM_MOTD + MENUITEM "&oper.motd", IDM_OPERMOTD + MENUITEM "&bot.motd", IDM_BOTMOTD + MENUITEM "ircd.&rules", IDM_RULES END END