Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
dc143baf
Commit
dc143baf
authored
Mar 09, 2011
by
Alexander Wiebel
Browse files
[CHANGE] improved message
parent
df3c78aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+2
-2
No files found.
src/gui/qt4/WMainWindow.cpp
View file @
dc143baf
...
...
@@ -1000,9 +1000,9 @@ void WMainWindow::openConfigDialog()
{
// TODO(all): we need a nice dialog box here.
QString
msg
=
"OpenWalnut allows you to configure several features. Most of these options are only useful to advanced users. "
"You can have a user-scope configuration in your HOME as
\"
.walnut.cfg
\"
. "
"You can have a user-scope configuration in your HOME
directory
as
\"
.walnut.cfg
\"
. "
"If this file exists, OpenWalnut loads this file. You can also specify a
\"
walnut.cfg
\"
in your OpenWalnut directory under "
"
\"
share/OpenWalnut/
\"
.
The
file is very well documented."
;
"
\"
share/OpenWalnut/
\"
.
A default file will be there after installation. The default
file is very well documented."
;
QMessageBox
::
information
(
this
,
"OpenWalnut - Configuration"
,
msg
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment