diff options
Diffstat (limited to 'addon')
-rw-r--r-- | addon/doxywizard/doxywizard.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp index c929152..9cbd414 100644 --- a/addon/doxywizard/doxywizard.cpp +++ b/addon/doxywizard/doxywizard.cpp @@ -52,6 +52,11 @@ void setDotPath() Config_getString("DOT_PATH")=getResourcePath(); } +void setMscgenPath() +{ + Config_getString("MSCGEN_PATH")=getResourcePath(); +} + #endif @@ -667,6 +672,7 @@ MainWidget::MainWidget(QWidget *parent) Config_getBool("HAVE_DOT")=TRUE; #if defined(Q_OS_MACX) setDotPath(); + setMscgenPath(); #endif QWidget *w = new QWidget(this); |