Changeset 156 for smplayer/trunk/src/errordialog.cpp
- Timestamp:
- Feb 21, 2014, 5:26:03 PM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 154
- Property svn:mergeinfo changed
-
smplayer/trunk/src/errordialog.cpp
r142 r156 26 26 27 27 icon->setText(""); 28 icon->setPixmap( Images::icon("warning") ); 28 icon->setPixmap( Images::icon("crash") ); 29 30 intro_label->setText("<html><head/><body><p align=\"left\"><span style=\"font-size:14pt; font-weight:600;\">" + tr("Oops, something wrong happened") +"</span></p></body></html>"); 29 31 30 32 text->setText("");
Note:
See TracChangeset
for help on using the changeset viewer.