Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/about.cpp

    r181 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    5858
    5959        info->setText(
    60                 "<b>SMPlayer</b> &copy; 2006-2016 Ricardo Villalba &lt;rvm@users.sourceforge.net&gt;<br><br>"
     60                "<b>SMPlayer</b> &copy; 2006-2017 Ricardo Villalba &lt;rvm@users.sourceforge.net&gt;<br><br>"
    6161                "<b>" + tr("Version: %1").arg(Version::printable()) + "</b>" +
     62                (Version::is_unstable() ? "<br><i>" + tr("Development version") +"</i>" : "") +
    6263#if PORTABLE_APP
    63                 " (" + tr("Portable Edition") + ")" +
    64 #endif
    65 #ifdef EXPERIMENTAL
    66         "<br>Experimental branch<br>"
    67 #endif
    68         "<br>" +
    69         tr("Using Qt %1 (compiled with Qt %2)").arg(qVersion()).arg(QT_VERSION_STR) + "<br>" +
     64                "<br>" + tr("Portable Edition") +
     65#endif
     66                "<p>" +
     67                tr("Using Qt %1 (compiled with Qt %2)").arg(qVersion()).arg(QT_VERSION_STR) + "<br>" +
    7068                mplayer_version + "<br><br>" +
    7169                "<b>"+ tr("Links:") +"</b><br>"+
Note: See TracChangeset for help on using the changeset viewer.