From 0a2c994ddf38d9b765c0c8ff02670c4e663c2a11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:25:04 -0500 Subject: Fix remaining issues from mimetype icon rename --- kexi/main/keximainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/main') diff --git a/kexi/main/keximainwindowimpl.cpp b/kexi/main/keximainwindowimpl.cpp index 45b3c4ea..6730c84b 100644 --- a/kexi/main/keximainwindowimpl.cpp +++ b/kexi/main/keximainwindowimpl.cpp @@ -575,7 +575,7 @@ void KexiMainWindowImpl::initActions() d->action_save_as->setWhatsThis( i18n("Saves object changes from currently selected window under a new name (within the same project).")); - d->action_project_properties = new TDEAction(i18n("Project Properties"), "info", 0, + d->action_project_properties = new TDEAction(i18n("Project Properties"), "application-vnd.tde.info", 0, TQT_TQOBJECT(this), TQT_SLOT(slotProjectProperties()), actionCollection(), "project_properties"); #else d->action_save_as = d->dummy_action; -- cgit v1.2.1