Fix remaining issues from mimetype icon rename

pull/1/head
Timothy Pearson 10 years ago
parent 1774bba7fa
commit 0a2c994ddf

@ -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;

Loading…
Cancel
Save