mainwindow.cpp
changeset 253 174dd40bf06a
parent 250 0e994bf2346b
child 260 69d648a0a15b
     1.1 --- a/mainwindow.cpp	Wed Mar 15 13:53:54 2006 +0000
     1.2 +++ b/mainwindow.cpp	Wed Mar 15 15:54:32 2006 +0000
     1.3 @@ -58,6 +58,7 @@
     1.4  #include "icons/flag-note.xpm"
     1.5  #include "icons/flag-url.xpm"
     1.6  #include "icons/flag-vymlink.xpm"	
     1.7 +#include "icons/flag-hideexport.xpm"	
     1.8  #include "icons/flag-scrolled-right.xpm"
     1.9  #include "icons/flag-tmpUnscrolled-right.xpm"
    1.10  
    1.11 @@ -557,7 +558,7 @@
    1.12  	a->setEnabled (false);
    1.13  	actionEditDeleteVymLink=a;
    1.14  
    1.15 -    a = new QAction( tr( "Hide object in exports" ), QPixmap("icons/flag-hideexport.png"), tr( "Hide in exports" ), 0, this, "hideExport" );
    1.16 +    a = new QAction( tr( "Hide object in exports" ), QPixmap(flag_hideexport_xpm), tr( "Hide in exports" ), 0, this, "hideExport" );
    1.17      connect( a, SIGNAL( activated() ), this, SLOT( editToggleHideExport() ) );
    1.18  	a->setToggleAction(true);
    1.19      a->addTo( tb );