Changeset 140 for smplayer/vendor/current/src/defaultgui.cpp
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/defaultgui.cpp
r137 r140 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.