#include "payedit.h"
#include "orderauditdlg.h"
#include "odfedit.h"
+#include "office.h"
#include "aclwin.h"
#include "carttab.h"
m2->addAction(tr("&Server Access settings..."),this,SLOT(webSettings()));
m2->addAction(tr("&Display settings..."),this,SLOT(displaySettings()));
m2->addAction(tr("&Label Printing settings..."),this,SLOT(labelSettings()));
-
+ m2->addAction(tr("&OpenOffice settings..."),this,SLOT(openOfficeSettings()));
+
//make sure webrequest knows its settings
webSettings(false);
MLabelConfig::configDialog();
}
+void MOverview::openOfficeSettings()
+{
+ MOfficeConfig c(this);
+ c.exec();
+}
+
void MOverview::aclWindow()
{
MAclWindow::showWindow(this);