Line 0
Link Here
|
|
|
1 |
--- src/MainWindow.cpp.orig Fri May 3 22:26:38 2002 |
2 |
+++ src/MainWindow.cpp Sun Dec 22 07:46:43 2002 |
3 |
@@ -60,7 +60,7 @@ |
4 |
#include "pics/editcopyoff.xpm" |
5 |
#include "pics/editpaste.xpm" |
6 |
#include "pics/editpasteoff.xpm" |
7 |
-#include "pics/select.xpm" |
8 |
+#include "pics/select1.xpm" |
9 |
#include "pics/selectoff.xpm" |
10 |
#include "pics/statenew.xpm" |
11 |
#include "pics/statenewoff.xpm" |
12 |
@@ -418,7 +418,7 @@ |
13 |
|
14 |
toolbar->addSeparator(); |
15 |
|
16 |
- QPixmap pselect((const char**)select); |
17 |
+ QPixmap pselect((const char**)select1); |
18 |
QPixmap pselectoff((const char**)selectoff); |
19 |
selset = new QIconSet(pselect); |
20 |
selset->setPixmap(pselectoff, QIconSet::Automatic, QIconSet::Disabled); |