]> git.sesse.net Git - vlc/commitdiff
Qt4 - Menus. small fix.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 11 Oct 2007 19:26:53 +0000 (19:26 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 11 Oct 2007 19:26:53 +0000 (19:26 +0000)
modules/gui/qt4/menus.cpp

index a621a913f592153418199c57568b487c76717446..4d59c91110036c27edcbef364932cc8ccede82a3 100644 (file)
@@ -691,7 +691,7 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi,
     sysMenu->addSeparator();
     DP_SADD( sysMenu, qtr( "&Open Media" ), "",
             ":/pixmaps/file-wide_16px.png", openFileDialog(), "" );
-    DP_SADD( sysMenu, qtr( "&Quit" ) , "", ":/pixmaps/quit_16px.png",
+    DP_SADD( sysMenu, qtr( "&Quit" ) , "", ":/pixmaps/menus_quit_16px.png",
              quit(), "" );
 
     /* Set the menu */