Ignore:
Timestamp:
Feb 21, 2014, 5:26:03 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.6

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/errordialog.cpp

    r142 r156  
    2626
    2727        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>");
    2931
    3032        text->setText("");
Note: See TracChangeset for help on using the changeset viewer.