[xiph-cvs] cvs commit: win32-tools/oggdrop Script.rc

Chris Wolf cwolf at xiph.org
Wed Sep 12 12:38:57 PDT 2001



cwolf       01/09/12 12:38:57

  Modified:    oggdrop  Script.rc
  Log:
  Menu short cuts contributed by Olaf van der Spek

Revision  Changes    Path
1.6       +5 -5      win32-tools/oggdrop/Script.rc

Index: Script.rc
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/Script.rc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Script.rc	2001/08/30 17:29:04	1.5
+++ Script.rc	2001/09/12 19:38:56	1.6
@@ -74,7 +74,7 @@
 BEGIN
     POPUP "Menu"
     BEGIN
-        POPUP "Bitrate"
+        POPUP "&Bitrate"
         BEGIN
             MENUITEM "64 kbps",                     IDM_BITRATE64
             MENUITEM "80 kbps",                     IDM_BITRATE80, CHECKED
@@ -85,13 +85,13 @@
             MENUITEM "256 kbps",                    IDM_BITRATE256
             MENUITEM "350 kbps",                    IDM_BITRATE350
         END
-        POPUP "Options"
+        POPUP "&Options"
         BEGIN
-            MENUITEM "Errors to log file",          IDM_LOGERR
+            MENUITEM "&Errors to log file",         IDM_LOGERR
         END
-        MENUITEM "Always On Top",               IDM_ONTOP
+        MENUITEM "Always On Top",                   IDM_ONTOP
         MENUITEM SEPARATOR
-        MENUITEM "Quit",                        IDM_QUIT
+        MENUITEM "E&xit\tAlt+F4",                   IDM_QUIT
     END
     MENUITEM SEPARATOR
 END

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list