diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2007-04-04 19:15:20 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2007-04-04 19:15:20 (GMT) |
commit | 66353e2ea8318031a0dc02de3599861980e25a51 (patch) | |
tree | 7f7bcc4353ffd2147b592358b06865a518c14d7b /addon | |
parent | cc52853c15833c9a18be11c140b99d94d9e06e9e (diff) | |
download | Doxygen-66353e2ea8318031a0dc02de3599861980e25a51.zip Doxygen-66353e2ea8318031a0dc02de3599861980e25a51.tar.gz Doxygen-66353e2ea8318031a0dc02de3599861980e25a51.tar.bz2 |
Release-1.5.2
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); |