Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

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

    r163 r175  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    8787                        "[-send-action %3] [-actions %4] "
    8888                        "[-close-at-end] [-no-close-at-end] [-fullscreen] [-no-fullscreen] "
     89                        "[-ontop] [-no-ontop] "
    8990                        "[-sub %5] [-pos x y] [-size %6 %7] "
    9091                        "[-add-to-playlist] [-help|--help|-h|-?] "
     
    157158                "the video will be played in window mode."), html );
    158159
     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
    159166        s += formatHelp( "-sub", QObject::tr(
    160167                "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 );
    161171
    162172        s += formatHelp( "-pos", QObject::tr(
Note: See TracChangeset for help on using the changeset viewer.