Changeset 7218 in orxonox.OLD for branches/std/src/lib/gui/gl_gui/glgui_button.cc
- Timestamp:
- Mar 12, 2006, 3:00:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/gui/gl_gui/glgui_button.cc
r6287 r7218 54 54 } 55 55 56 void GLGuiButton::setLabel(const char*label)56 void GLGuiButton::setLabel(const std::string& label) 57 57 { 58 58 this->label->setText(label);
Note: See TracChangeset
for help on using the changeset viewer.