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
aa9f59de
Commit
aa9f59de
authored
Jul 07, 2011
by
Alexander Wiebel
Browse files
[STYLE] added some spaces to module names
parent
223c8d53
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
10 deletions
+6
-10
src/modules/clusterDisplay/WMClusterDisplay.cpp
src/modules/clusterDisplay/WMClusterDisplay.cpp
+1
-2
src/modules/datasetManipulator/WMDatasetManipulator.cpp
src/modules/datasetManipulator/WMDatasetManipulator.cpp
+1
-2
src/modules/datasetProfile/WMDatasetProfile.cpp
src/modules/datasetProfile/WMDatasetProfile.cpp
+1
-2
src/modules/eigenSystem/WMEigenSystem.cpp
src/modules/eigenSystem/WMEigenSystem.cpp
+1
-2
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
+1
-1
src/modules/subtractDataSetScalar/WMSubtractDataSetScalar.cpp
...modules/subtractDataSetScalar/WMSubtractDataSetScalar.cpp
+1
-1
No files found.
src/modules/clusterDisplay/WMClusterDisplay.cpp
View file @
aa9f59de
...
...
@@ -72,8 +72,7 @@ const char** WMClusterDisplay::getXPMIcon() const
}
const
std
::
string
WMClusterDisplay
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"ClusterDisplay"
;
return
"Cluster Display"
;
}
const
std
::
string
WMClusterDisplay
::
getDescription
()
const
...
...
src/modules/datasetManipulator/WMDatasetManipulator.cpp
View file @
aa9f59de
...
...
@@ -63,8 +63,7 @@ const char** WMDatasetManipulator::getXPMIcon() const
}
const
std
::
string
WMDatasetManipulator
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"DatasetManipulator"
;
return
"Dataset Manipulator"
;
}
const
std
::
string
WMDatasetManipulator
::
getDescription
()
const
...
...
src/modules/datasetProfile/WMDatasetProfile.cpp
View file @
aa9f59de
...
...
@@ -65,8 +65,7 @@ const char** WMDatasetProfile::getXPMIcon() const
}
const
std
::
string
WMDatasetProfile
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"DatasetProfile"
;
return
"Dataset Profile"
;
}
const
std
::
string
WMDatasetProfile
::
getDescription
()
const
...
...
src/modules/eigenSystem/WMEigenSystem.cpp
View file @
aa9f59de
...
...
@@ -57,8 +57,7 @@ const char** WMEigenSystem::getXPMIcon() const
}
const
std
::
string
WMEigenSystem
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"EigenSystem"
;
return
"Eigen System"
;
}
const
std
::
string
WMEigenSystem
::
getDescription
()
const
...
...
src/modules/functionalMRIViewer/WMFunctionalMRIViewer.cpp
View file @
aa9f59de
...
...
@@ -56,7 +56,7 @@ const char** WMFunctionalMRIViewer::getXPMIcon() const
}
const
std
::
string
WMFunctionalMRIViewer
::
getName
()
const
{
return
"FunctionalMRIViewer"
;
return
"Functional
MRI
Viewer"
;
}
const
std
::
string
WMFunctionalMRIViewer
::
getDescription
()
const
...
...
src/modules/subtractDataSetScalar/WMSubtractDataSetScalar.cpp
View file @
aa9f59de
...
...
@@ -54,7 +54,7 @@ const char** WMSubtractDataSetScalar::getXPMIcon() const
const
std
::
string
WMSubtractDataSetScalar
::
getName
()
const
{
return
"SubtractDataSetScalar"
;
return
"Subtract
DataSetScalar"
;
}
const
std
::
string
WMSubtractDataSetScalar
::
getDescription
()
const
...
...
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