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/preferences.h

    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
     
    315315#endif
    316316
     317        bool move_when_dragging; //!< Move the main window when the video area is dragged
     318
    317319        // Function of mouse buttons:
    318320        QString mouse_left_click_function;
     
    345347        bool precise_seeking; //! Enable precise_seeking (only available with mplayer2)
    346348
     349        bool reset_stop; //! Pressing the stop button resets the position
     350
    347351        QString language;
    348352        QString iconset;
Note: See TracChangeset for help on using the changeset viewer.