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
b621107c
Commit
b621107c
authored
Jul 07, 2011
by
Alexander Wiebel
Browse files
[STYLE] names
parent
9a1d89a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
src/modules/atlasCreator/WMAtlasCreator.cpp
src/modules/atlasCreator/WMAtlasCreator.cpp
+1
-2
src/modules/coordinateHUD/WMCoordinateHUD.cpp
src/modules/coordinateHUD/WMCoordinateHUD.cpp
+1
-1
src/modules/webglSupport/WMWebglSupport.cpp
src/modules/webglSupport/WMWebglSupport.cpp
+1
-2
src/modules/writeMesh/WMWriteMesh.cpp
src/modules/writeMesh/WMWriteMesh.cpp
+1
-2
No files found.
src/modules/atlasCreator/WMAtlasCreator.cpp
View file @
b621107c
...
...
@@ -64,8 +64,7 @@ const char** WMAtlasCreator::getXPMIcon() const
}
const
std
::
string
WMAtlasCreator
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"AtlasCreator"
;
return
"Atlas Creator"
;
}
const
std
::
string
WMAtlasCreator
::
getDescription
()
const
...
...
src/modules/coordinateHUD/WMCoordinateHUD.cpp
View file @
b621107c
...
...
@@ -68,7 +68,7 @@ const char** WMCoordinateHUD::getXPMIcon() const
const
std
::
string
WMCoordinateHUD
::
getName
()
const
{
return
"CoordinateHUD"
;
return
"Coordinate
HUD"
;
}
const
std
::
string
WMCoordinateHUD
::
getDescription
()
const
...
...
src/modules/webglSupport/WMWebglSupport.cpp
View file @
b621107c
...
...
@@ -63,8 +63,7 @@ const char** WMWebglSupport::getXPMIcon() const
}
const
std
::
string
WMWebglSupport
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"WebglSupport"
;
return
"WebGL Support"
;
}
const
std
::
string
WMWebglSupport
::
getDescription
()
const
...
...
src/modules/writeMesh/WMWriteMesh.cpp
View file @
b621107c
...
...
@@ -55,8 +55,7 @@ const char** WMWriteMesh::getXPMIcon() const
}
const
std
::
string
WMWriteMesh
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"WriteMesh"
;
return
"Write Mesh"
;
}
const
std
::
string
WMWriteMesh
::
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