Ignore:
Timestamp:
Oct 24, 2012, 7:56:20 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update vendor to 0.8.1

File:
1 edited

Legend:

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

    r127 r133  
    392392        QString win_ver;
    393393        switch (QSysInfo::WindowsVersion) {
    394                 case QSysInfo::WV_32s: win_ver = "Windows 3.1"; break;
    395                 case QSysInfo::WV_95: win_ver = "Windows 95"; break;
    396                 case QSysInfo::WV_98: win_ver = "Windows 98"; break;
    397                 case QSysInfo::WV_Me: win_ver = "Windows Me"; break;
    398                 case QSysInfo::WV_NT: win_ver = "Windows NT"; break;
    399394                case QSysInfo::WV_2000: win_ver = "Windows 2000"; break;
    400395                case QSysInfo::WV_XP: win_ver = "Windows XP"; break;
     
    403398                #if QT_VERSION >= 0x040501
    404399                case QSysInfo::WV_WINDOWS7: win_ver = "Windows 7"; break;
     400                #endif
     401                #if QT_VERSION >= 0x040803
     402                case QSysInfo::WV_WINDOWS8: win_ver = "Windows 8"; break;
    405403                #endif
    406404                default: win_ver = QString("other: %1").arg(QSysInfo::WindowsVersion);
Note: See TracChangeset for help on using the changeset viewer.