Bring printer1 icon into XDG compliance

(cherry picked from commit 39fa81fa7d)
r14.0.x
Timothy Pearson 10 years ago committed by Slávek Banko
parent 8c7d69faa0
commit a2c894a791

@ -163,7 +163,7 @@ void Smb4KNetworkBrowserPart::setupActions()
TDEAction *preview = new TDEAction( i18n( "Pre&view" ), "view_icon", TDEShortcut( CTRL+Key_V ), TDEAction *preview = new TDEAction( i18n( "Pre&view" ), "view_icon", TDEShortcut( CTRL+Key_V ),
this, TQT_SLOT( slotPreview() ), this, TQT_SLOT( slotPreview() ),
actionCollection(), "preview_action" ); actionCollection(), "preview_action" );
TDEAction *print = new TDEAction( i18n( "&Print File" ), "printer1", TDEShortcut( CTRL+Key_P ), TDEAction *print = new TDEAction( i18n( "&Print File" ), "printer", TDEShortcut( CTRL+Key_P ),
this, TQT_SLOT( slotPrint() ), this, TQT_SLOT( slotPrint() ),
actionCollection(), "print_action" ); actionCollection(), "print_action" );
TDEAction *mount = new TDEAction( i18n( "&Mount" ), "drive-harddisk-mounted", TDEShortcut( CTRL+Key_M ), TDEAction *mount = new TDEAction( i18n( "&Mount" ), "drive-harddisk-mounted", TDEShortcut( CTRL+Key_M ),

@ -82,8 +82,8 @@ void Smb4KNetworkBrowserItem::setIcon()
{ {
if ( m_share.isPrinter() ) if ( m_share.isPrinter() )
{ {
m_desktop_icon = DesktopIcon( "printer1" ); m_desktop_icon = DesktopIcon( "printer" );
setPixmap( 0, SmallIcon( "printer1" ) ); setPixmap( 0, SmallIcon( "printer" ) );
} }
else else
{ {

Loading…
Cancel
Save