src/dialogs/ldrawpathdialog.cpp

changeset 1157
1d6d244bdabd
parent 1072
9ce9496427f2
child 1326
69a90bd2dba2
equal deleted inserted replaced
1156:c20ee66b6705 1157:1d6d244bdabd
34 if (validDefault) 34 if (validDefault)
35 ui.heading->hide(); 35 ui.heading->hide();
36 else 36 else
37 { 37 {
38 cancelButton()->setText ("Exit"); 38 cancelButton()->setText ("Exit");
39 cancelButton()->setIcon (GetIcon ("exit")); 39 cancelButton()->setIcon (MainWindow::getIcon ("exit"));
40 } 40 }
41 41
42 okButton()->setEnabled (false); 42 okButton()->setEnabled (false);
43 43
44 connect (ui.path, SIGNAL (textChanged (QString)), this, SIGNAL (pathChanged (QString))); 44 connect (ui.path, SIGNAL (textChanged (QString)), this, SIGNAL (pathChanged (QString)));

mercurial