From e400ac9628a47c6b65ff9165fb707cd708562a71 Mon Sep 17 00:00:00 2001 From: Bernd Wuebben Date: Sat, 25 Oct 1997 17:15:21 +0000 Subject: [PATCH] Bernd: trying to resolve the icon clash between kedit and kdvi svn path=/trunk/kdegraphics/kdvi/; revision=2298 --- kdvi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdvi.cpp b/kdvi.cpp index d447c6c08..e43752657 100644 --- a/kdvi.cpp +++ b/kdvi.cpp @@ -258,7 +258,7 @@ void kdvi::makeButtons() #define I(f,o,s,h) toolBar->insertButton( kapp->getIconLoader()->loadIcon(f),\ 0, SIGNAL(clicked()), o, SLOT(s()), TRUE, h); - I( "fileopen.xpm", this, fileOpen, translate("Open new document") ) + I( "filenew2.xpm", this, fileOpen, translate("Open new document") ) I( "reload.xpm", dviwin, drawPage, translate("Reload document") ) I( "fileprint.xpm", this, filePrint, translate("Print ...") ) toolBar->insertSeparator();