Changeset 188 for smplayer/trunk/src/about.cpp
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/about.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/about.cpp
r181 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 58 58 59 59 info->setText( 60 "<b>SMPlayer</b> © 2006-201 6Ricardo Villalba <[email protected]><br><br>"60 "<b>SMPlayer</b> © 2006-201 Ricardo Villalba <[email protected]><br><br>" 61 61 "<b>" + tr("Version: %1").arg(Version::printable()) + "</b>" + 62 62 63 #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>" + 70 68 mplayer_version + "<br><br>" + 71 69 "<b>"+ tr("Links:") +"</b><br>"+
Note:
See TracChangeset
for help on using the changeset viewer.
