Changeset 124 for smplayer/trunk/src/clhelp.cpp
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/clhelp.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/clhelp.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 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] [- help|--help|-h|-?] "91 "[ [-playlist] %8] [[-playlist]%8]...")90 "[-add-to-playlist] [-help|--help|-h|-?] " 91 "[%8]...") 92 92 .arg(app_name) 93 93 .arg(QObject::tr("directory")) … … 170 170 "files will be opened in a new instance."), html ); 171 171 172 173 174 175 172 176 s += formatHelp( QObject::tr("media"), QObject::tr( 173 177 "'media' is any kind of file that SMPlayer can open. It can " 174 178 "be a local file, a DVD (e.g. dvd://1), an Internet stream " 175 "(e.g. mms://....) or a local playlist in format m3u or pls. " 176 "If the -playlist option is used, that means that SMPlayer " 177 "will pass the -playlist option to MPlayer, so MPlayer will " 178 "handle the playlist, not SMPlayer."), html ); 179 "(e.g. mms://....) or a local playlist in format m3u or pls."), html ); 179 180 180 181 if (html) s += "</table>";
Note:
See TracChangeset
for help on using the changeset viewer.
