Mercurial > hg > octave-lyh
changeset 13493:4eb90890962c
Changed bugtracker url.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Thu, 28 Apr 2011 13:13:49 +0200 |
parents | 3515152e3863 |
children | 7e203a75d5cc |
files | gui//src/MainWindow.cpp gui/Doxyfile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui//src/MainWindow.cpp +++ b/gui//src/MainWindow.cpp @@ -159,7 +159,7 @@ connect(m_variablesDockWidget, SIGNAL(clearWorkspace()), this, SLOT(handleClearWorkspaceRequest())); openWebPage("http://www.gnu.org/software/octave/doc/interpreter/"); - m_serviceWidget->load(QUrl("http://powerup.ath.cx/quint")); + m_serviceWidget->load(QUrl("http://powerup.ath.cx/bugtracker")); }
--- a/gui/Doxyfile +++ b/gui/Doxyfile @@ -1059,7 +1059,7 @@ # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). # Windows users are probably better off using the HTML help feature. -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list.