Commit b5c33444 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Menus. small fix.

parent a087c55c
...@@ -691,7 +691,7 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi, ...@@ -691,7 +691,7 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi,
sysMenu->addSeparator(); sysMenu->addSeparator();
DP_SADD( sysMenu, qtr( "&Open Media" ), "", DP_SADD( sysMenu, qtr( "&Open Media" ), "",
":/pixmaps/file-wide_16px.png", openFileDialog(), "" ); ":/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(), "" ); quit(), "" );
/* Set the menu */ /* Set the menu */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment