diff -r f9ed11f2ab60 -r 174dd40bf06a mainwindow.cpp --- a/mainwindow.cpp Wed Mar 15 13:53:54 2006 +0000 +++ b/mainwindow.cpp Wed Mar 15 15:54:32 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 );