Branch: master

0a2c994d 2014-10-22 13:25:04 Timothy Pearson
Fix remaining issues from mimetype icon rename
M kexi/main/keximainwindowimpl.cpp
diff --git a/kexi/main/keximainwindowimpl.cpp b/kexi/main/keximainwindowimpl.cpp
index 45b3c4e..6730c84 100644
--- a/kexi/main/keximainwindowimpl.cpp
+++ b/kexi/main/keximainwindowimpl.cpp
@@ -575,7 +575,7 @@
 	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;