Ignore:
Timestamp:
May 27, 2013, 3:28:05 PM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.5

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/defaultgui.cpp

    r139 r142  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    221221        toolbar1_actions << "open_file" << "open_url" << "favorites_menu" << "separator"
    222222                     << "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
    224226        toolbar1->setDefaultActions(toolbar1_actions);
    225227#else
     
    429431#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
    430432        // To make work the ESC key (exit fullscreen) and Ctrl-X (close) in Windows and OS2
     433        /*
    431434        floating_control->addAction(exitFullscreenAct);
    432435        floating_control->addAction(exitAct);
     436        */
     437        floating_control->addActions(actions());
    433438#endif
    434439
Note: See TracChangeset for help on using the changeset viewer.