Bernd: trying to resolve the icon clash between kedit and kdvi

svn path=/trunk/kdegraphics/kdvi/; revision=2298
remotes/origin/kdvi-1.1
Bernd Wuebben 29 years ago
parent 2785a6010e
commit e400ac9628
  1. 2
      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();

Loading…
Cancel
Save