]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/wince_rc.rc
* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
[vlc] / modules / gui / wince / wince_rc.rc
index 3aa780236bd003782ef3943f035d7d8c2acc80c1..d855743c15603c6e64e63ffad717605cdf45b3bb 100644 (file)
@@ -41,24 +41,15 @@ IDR_MENUBAR MENU DISCARDABLE
 BEGIN\r
     POPUP "File"\r
     BEGIN\r
-        MENUITEM "Quick &Open File",            ID_FILE_QUICKOPEN\r
-        MENUITEM SEPARATOR\r
-        MENUITEM "Open &File",                  ID_FILE_OPENFILE\r
-        MENUITEM "Open &Network Stream",        ID_FILE_OPENNET\r
-        MENUITEM SEPARATOR\r
-        MENUITEM "About VLC",                   ID_FILE_ABOUT\r
-        MENUITEM "E&xit",                       ID_FILE_EXIT\r
+        MENUITEM "Empty",                       ID_EMPTY, GRAYED\r
     END\r
     POPUP "View"\r
     BEGIN\r
-        MENUITEM "&Playlist",                   ID_VIEW_PLAYLIST\r
-        MENUITEM "&Messages",                   ID_VIEW_MESSAGES\r
-        MENUITEM "&Stream and Media info",      ID_VIEW_STREAMINFO\r
+        MENUITEM "Empty",                       ID_EMPTY, GRAYED\r
     END\r
     POPUP "Settings"\r
     BEGIN\r
-        MENUITEM "&Extended GUI",               ID_SETTINGS_EXTEND\r
-        MENUITEM "&Preferences...",             ID_SETTINGS_PREF\r
+        MENUITEM "Empty",                       ID_EMPTY, GRAYED\r
     END\r
     POPUP "Audio"\r
     BEGIN\r
@@ -68,7 +59,7 @@ BEGIN
     BEGIN\r
         MENUITEM "Empty",                       ID_EMPTY, GRAYED\r
     END\r
-    POPUP "Navigation"\r
+    POPUP "Nav"\r
     BEGIN\r
         MENUITEM "Empty",                       ID_EMPTY, GRAYED\r
     END\r