Changeset 142 for smplayer/trunk/src/defaultgui.cpp
- Timestamp:
- May 27, 2013, 3:28:05 PM (12 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 140
- Property svn:mergeinfo changed
-
smplayer/trunk/src/defaultgui.cpp
r139 r142 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 221 221 toolbar1_actions << "open_file" << "open_url" << "favorites_menu" << "separator" 222 222 << "screenshot" << "separator" << "show_file_properties" << "show_playlist" 223 << "show_preferences" << "separator" << "play_prev" << "play_next"; 223 << "show_tube_browser" << "separator" << "show_preferences" 224 << "separator" << "play_prev" << "play_next"; 225 224 226 toolbar1->setDefaultActions(toolbar1_actions); 225 227 #else … … 429 431 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) 430 432 // To make work the ESC key (exit fullscreen) and Ctrl-X (close) in Windows and OS2 433 /* 431 434 floating_control->addAction(exitFullscreenAct); 432 435 floating_control->addAction(exitAct); 436 */ 437 floating_control->addActions(actions()); 433 438 #endif 434 439
Note:
See TracChangeset
for help on using the changeset viewer.