diff options
author | Timothy Pearson <[email protected]> | 2014-10-14 11:39:37 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-14 11:39:37 -0500 |
commit | 90291552c93258ab3443e647b243222226a9f192 (patch) | |
tree | 37444fc43cf3b8ef9ecc26a84a9228257cdf6e59 | |
parent | bb581e42352b42391fa3d3eb3eb73e36579a449c (diff) | |
download | smb4k-90291552c93258ab3443e647b243222226a9f192.tar.gz smb4k-90291552c93258ab3443e647b243222226a9f192.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
-rw-r--r-- | smb4k/core/smb4khomesshareshandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4khomesshareshandler.cpp b/smb4k/core/smb4khomesshareshandler.cpp index e8cefcc..6039009 100644 --- a/smb4k/core/smb4khomesshareshandler.cpp +++ b/smb4k/core/smb4khomesshareshandler.cpp @@ -81,7 +81,7 @@ const TQString Smb4KHomesSharesHandler::specifyUser( const TQString &host, TQWid layout->setSpacing( 5 ); TQLabel *pic = new TQLabel( frame ); - pic->setPixmap( DesktopIcon( "personal" ) ); + pic->setPixmap( DesktopIcon( "preferences-desktop-personal" ) ); pic->setMargin( 10 ); TQLabel *text = new TQLabel( i18n( "Please specify a user name." ), frame ); |