diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 11:55:00 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 11:55:00 -0500 |
commit | 415652205b7da2f5e018006ca82c814fea84767d (patch) | |
tree | b30babcebebb2cb29e666842c530869055520015 /src | |
parent | 99eedfcfe9d7a81f1065fd876ef1f28e76033ba7 (diff) | |
download | knowit-415652205b7da2f5e018006ca82c814fea84767d.tar.gz knowit-415652205b7da2f5e018006ca82c814fea84767d.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'src')
-rw-r--r-- | src/knowit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.cpp b/src/knowit.cpp index 5a64430..b930bbb 100644 --- a/src/knowit.cpp +++ b/src/knowit.cpp @@ -169,7 +169,7 @@ Knowit::Knowit(TQWidget*, const char *name) : TDEMainWindow(0, name), new TDEAction(i18n("Insert &file..."), "", "", TQT_TQOBJECT(this), TQT_SLOT(slotEditInsertFile()), actionCollection(), "edit_insert_file"); actionRawTextMode = new TDEToggleAction(i18n("&Raw Text Mode"), - "source", "F10", TQT_TQOBJECT(this), TQT_SLOT(slotRawTextMode()), + "text-x-src", "F10", TQT_TQOBJECT(this), TQT_SLOT(slotRawTextMode()), actionCollection(), "edit_raw_text"); /* Actions: edit setup */ |