diff options
author | Timothy Pearson <[email protected]> | 2014-10-14 11:39:29 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-14 11:39:29 -0500 |
commit | 3657d0b38362db6124dcd4fc35bbda7eef026e1b (patch) | |
tree | e022f21034cf405193be53817d2eece3d23bdad6 | |
parent | 392d119a2f7030b90db95fef20619a6816358b35 (diff) | |
download | adept-3657d0b38362db6124dcd4fc35bbda7eef026e1b.tar.gz adept-3657d0b38362db6124dcd4fc35bbda7eef026e1b.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-- | adept/installer/app.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adept/installer/app.cpp b/adept/installer/app.cpp index 131f595..5c60cb4 100644 --- a/adept/installer/app.cpp +++ b/adept/installer/app.cpp @@ -80,9 +80,9 @@ std::string GroupPolicy::groupForCategories( Range< std::string > r ) { } TQString IconPolicy::iconForGroup( TQString g ) { - if ( g == u8( "Office" ) ) return u8( "package_wordprocessing" ); - if ( g == u8( "Internet" ) ) return u8( "package_network" ); - if ( g == u8( "Science" ) ) return u8( "edu_science" ); + if ( g == u8( "Office" ) ) return u8( "applications-office" ); + if ( g == u8( "Internet" ) ) return u8( "applications-internet" ); + if ( g == u8( "Science" ) ) return u8( "applications-science" ); if ( g == u8( "Accessibility" ) ) return u8( "access" ); if ( g == u8( "Others" ) ) return u8( "package" ); return TQString( "package_" ) + g.lower(); |