diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:26 -0500 |
commit | e678b715818c4a2368f4faf54e1f5ba3e71099d3 (patch) | |
tree | ad0ab2c1036161d1dec6358fec230dbd66e5bb81 /src/replaygainscanner.cpp | |
parent | 76de4bf8d13110d20c282d7ed7f43c19a7e7a271 (diff) | |
download | soundkonverter-e678b715818c4a2368f4faf54e1f5ba3e71099d3.tar.gz soundkonverter-e678b715818c4a2368f4faf54e1f5ba3e71099d3.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'src/replaygainscanner.cpp')
-rwxr-xr-x | src/replaygainscanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/replaygainscanner.cpp b/src/replaygainscanner.cpp index af997f0..272e121 100755 --- a/src/replaygainscanner.cpp +++ b/src/replaygainscanner.cpp @@ -41,7 +41,7 @@ ReplayGainScanner::ReplayGainScanner( TagEngine* _tagEngine, Config* _config, Lo cAdd = new ComboButton( this, "cAdd" ); cAdd->insertItem( iconLoader->loadIcon("folder",TDEIcon::Small),i18n("Add Folder ...") ); - cAdd->insertItem( iconLoader->loadIcon("sound",TDEIcon::Small),i18n("Add Files ...") ); + cAdd->insertItem( iconLoader->loadIcon(""audio-x-generic",TDEIcon::Small),i18n("Add Files ...") ); filterBox->addWidget( cAdd ); connect( cAdd, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(addClicked(int)) |