Changeset 140 for smplayer/vendor/current/src/preferences.h
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/preferences.h
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 … … 315 315 #endif 316 316 317 bool move_when_dragging; //!< Move the main window when the video area is dragged 318 317 319 // Function of mouse buttons: 318 320 QString mouse_left_click_function; … … 345 347 bool precise_seeking; //! Enable precise_seeking (only available with mplayer2) 346 348 349 bool reset_stop; //! Pressing the stop button resets the position 350 347 351 QString language; 348 352 QString iconset;
Note:
See TracChangeset
for help on using the changeset viewer.