From 415652205b7da2f5e018006ca82c814fea84767d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:00 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- src/knowit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.1