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
a03ed39a
Commit
a03ed39a
authored
May 06, 2011
by
Sebastian Eichelbaum
Browse files
[STYLE]
parent
c2e8b349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/gui/qt4/WMainWindow.cpp
src/gui/qt4/WMainWindow.cpp
+3
-3
No files found.
src/gui/qt4/WMainWindow.cpp
View file @
a03ed39a
...
...
@@ -502,7 +502,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
if
(
!
prop
)
{
WLogger
::
getLogger
()
->
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Axial Position
\"
, which is required by the GUI."
,
"GUI"
,
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Axial Position
\"
, which is required by the GUI."
,
"GUI"
,
LL_ERROR
);
}
else
...
...
@@ -517,7 +517,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
if
(
!
prop
)
{
WLogger
::
getLogger
()
->
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Coronal Position
\"
, which is required by the GUI."
,
"GUI"
,
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Coronal Position
\"
, which is required by the GUI."
,
"GUI"
,
LL_ERROR
);
}
else
...
...
@@ -532,7 +532,7 @@ void WMainWindow::moduleSpecificSetup( boost::shared_ptr< WModule > module )
if
(
!
prop
)
{
WLogger
::
getLogger
()
->
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Sagittal Position
\"
, which is required by the GUI."
,
"GUI"
,
addLogMessage
(
"Navigation Slices module does not provide the property
\"
Sagittal Position
\"
, which is required by the GUI."
,
"GUI"
,
LL_ERROR
);
}
else
...
...
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