Changeset 128 for smplayer/trunk/src/clhelp.cpp
- Timestamp:
- Mar 29, 2012, 4:53:15 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 127
- Property svn:mergeinfo changed
-
smplayer/trunk/src/clhelp.cpp
r124 r128 88 88 "[-close-at-end] [-no-close-at-end] [-fullscreen] [-no-fullscreen] " 89 89 "[-sub %5] [-pos x y] [-size %6 %7] " 90 "[-add-to-playlist] [- disable-server] [-help|--help|-h|-?] "90 "[-add-to-playlist] [-help|--help|-h|-?] " 91 91 "[%8] [%8]...") 92 92 .arg(app_name) … … 170 170 "files will be opened in a new instance."), html ); 171 171 172 s += formatHelp( "-disable-server", QObject::tr(173 "Disables the server used to communicate with other instances. "174 "This disables too the possibility to use a single instance."), html );175 176 172 s += formatHelp( QObject::tr("media"), QObject::tr( 177 173 "'media' is any kind of file that SMPlayer can open. It can "
Note:
See TracChangeset
for help on using the changeset viewer.