Преглед изворни кода

Merge pull request #1037 from Pixelized/fix-text-box-documentation

Fix TextBox documentation
Sean Paul Taylor пре 12 година
родитељ
комит
9a4c7f6f39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gameplay/src/TextBox.h

+ 1 - 1
gameplay/src/TextBox.h

@@ -19,7 +19,7 @@ namespace gameplay
  * The following properties are available for text boxes:
 
  @verbatim
-    label <labelID>
+    textBox <labelID>
     {
          style       = <styleID>
          alignment   = <Control::Alignment constant> // Note: 'position' will be ignored.