Ignore:
Timestamp:
Mar 15, 2012, 5:14:10 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer 0.7.1: vendor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/clhelp.cpp

    r118 r121  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org>
     2    Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    8888                        "[-close-at-end] [-no-close-at-end] [-fullscreen] [-no-fullscreen] "
    8989                        "[-sub %5] [-pos x y] [-size %6 %7] "
    90                         "[-add-to-playlist] [-help|--help|-h|-?] "
    91                         "[[-playlist] %8] [[-playlist] %8]...")
     90                        "[-add-to-playlist] [-disable-server] [-help|--help|-h|-?] "
     91                        "[%8] [%8]...")
    9292                        .arg(app_name)
    9393                        .arg(QObject::tr("directory"))
     
    170170        "files will be opened in a new instance."), html );
    171171
     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
    172176        s += formatHelp( QObject::tr("media"), QObject::tr(
    173177                "'media' is any kind of file that SMPlayer can open. It can "
    174178        "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 );
    179180
    180181        if (html) s += "</table>";
Note: See TracChangeset for help on using the changeset viewer.