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/smplayer.cpp

    r182 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
     
    387387                        QUrl fUrl = QUrl::fromUserInput(argument);
    388388                        if (fUrl.isValid() && fUrl.scheme().toLower() == "file") {
    389                             argument = fUrl.toLocalFile();
     389                                argument = fUrl.toLocalFile();
    390390                        }
    391391                        #endif
     
    439439#endif
    440440
     441        /*
    441442        if (!pref->default_font.isEmpty()) {
    442443                QFont f;
     
    444445                qApp->setFont(f);
    445446        }
     447        */
    446448
    447449        return SMPlayer::NoExit;
Note: See TracChangeset for help on using the changeset viewer.