Changeset 175 for smplayer/vendor/current/src/clhelp.cpp
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/clhelp.cpp
r163 r175 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 87 87 "[-send-action %3] [-actions %4] " 88 88 "[-close-at-end] [-no-close-at-end] [-fullscreen] [-no-fullscreen] " 89 "[-ontop] [-no-ontop] " 89 90 "[-sub %5] [-pos x y] [-size %6 %7] " 90 91 "[-add-to-playlist] [-help|--help|-h|-?] " … … 157 158 "the video will be played in window mode."), html ); 158 159 160 s += formatHelp( "-ontop", QObject::tr( 161 "sets the stay on top option to always."), html ); 162 163 s += formatHelp( "-no-ontop", QObject::tr( 164 "sets the stay on top option to never."), html ); 165 159 166 s += formatHelp( "-sub", QObject::tr( 160 167 "specifies the subtitle file to be loaded for the first video."), html ); 168 169 s += formatHelp( "-media-title", QObject::tr( 170 "sets the media title for the first video."), html ); 161 171 162 172 s += formatHelp( "-pos", QObject::tr(
Note:
See TracChangeset
for help on using the changeset viewer.