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