diff -r 0e994bf2346b -r 359217d2a49b mainwindow.cpp --- a/mainwindow.cpp Wed Mar 15 13:53:53 2006 +0000 +++ b/mainwindow.cpp Thu Mar 23 12:38:54 2006 +0000 @@ -58,6 +58,7 @@ #include "icons/flag-note.xpm" #include "icons/flag-url.xpm" #include "icons/flag-vymlink.xpm" +#include "icons/flag-hideexport.xpm" #include "icons/flag-scrolled-right.xpm" #include "icons/flag-tmpUnscrolled-right.xpm" @@ -557,7 +558,7 @@ a->setEnabled (false); actionEditDeleteVymLink=a; - a = new QAction( tr( "Hide object in exports" ), QPixmap("icons/flag-hideexport.png"), tr( "Hide in exports" ), 0, this, "hideExport" ); + a = new QAction( tr( "Hide object in exports" ), QPixmap(flag_hideexport_xpm), tr( "Hide in exports" ), 0, this, "hideExport" ); connect( a, SIGNAL( activated() ), this, SLOT( editToggleHideExport() ) ); a->setToggleAction(true); a->addTo( tb );