diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:23 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:23 -0500 |
commit | 83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13 (patch) | |
tree | c73ce1f65de1c0cf353e2849c89fd3ddf3292a5a /src/projects/k3bdataview.cpp | |
parent | ea7a7df0745058ecc9fd201684964e16f4401da3 (diff) | |
download | k3b-83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13.tar.gz k3b-83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13.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/projects/k3bdataview.cpp')
-rw-r--r-- | src/projects/k3bdataview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bdataview.cpp b/src/projects/k3bdataview.cpp index 89653be..e42a966 100644 --- a/src/projects/k3bdataview.cpp +++ b/src/projects/k3bdataview.cpp @@ -80,7 +80,7 @@ K3bDataView::K3bDataView(K3bDataDoc* doc, TQWidget *parent, const char *name ) TDEAction* actionClearSession = new TDEAction(i18n("&Clear Imported Session"), "gear", 0, TQT_TQOBJECT(this), TQT_SLOT(clearImportedSession()), actionCollection(), "project_data_clear_imported_session" ); - TDEAction* actionEditBootImages = new TDEAction(i18n("&Edit Boot Images..."), "cdtrack", 0, TQT_TQOBJECT(this), + TDEAction* actionEditBootImages = new TDEAction(i18n("&Edit Boot Images..."), "application-x-cda", 0, TQT_TQOBJECT(this), TQT_SLOT(editBootImages()), actionCollection(), "project_data_edit_boot_images" ); |