Commit 5520df2d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Cosmetic changes.

parent ce1eb441
......@@ -43,7 +43,7 @@
#include "ui/sprefs_interface.h"
#define ICON_HEIGHT 64
#define BUTTON_HEIGHT 76
#define BUTTON_HEIGHT 74
/*********************************************************************
* The List of categories
......
......@@ -201,7 +201,8 @@ QMenu *QVLCMenu::FileMenu()
DP_SADD( qtr("Open &Capture Device..." ), "", "", openCaptureDialog(),
"Ctrl+C" );
menu->addSeparator();
DP_SADD( qtr("&Streaming..."), "", "", openThenStreamingDialogs(), "Ctrl+S" );
DP_SADD( qtr("&Streaming..."), "", "", openThenStreamingDialogs(),
"Ctrl+S" );
menu->addSeparator();
DP_SADD( qtr("&Quit") , "", "", quit(), "Ctrl+Q");
return menu;
......@@ -437,7 +438,7 @@ QMenu *QVLCMenu::HelpMenu()
QMenu *toolsmenu = ToolsMenu( p_intf, NULL, false, false ); \
toolsmenu->setTitle( qtr("Tools" ) ); \
menu->addMenu( toolsmenu ); \
DP_SADD( qtr("Quit"), "", "", quit() , NULL );
DP_SADD( qtr("Quit"), "", "", quit() , "Ctrl+Q" );
void QVLCMenu::VideoPopupMenu( intf_thread_t *p_intf )
{
......
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