Browse Source

Sync classref

Rémi Verschelde 9 years ago
parent
commit
a2e9a8330a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      classes/class_@global scope.rst
  2. 1 1
      classes/class_button.rst

+ 1 - 1
classes/class_@global scope.rst

@@ -104,7 +104,7 @@ Numeric Constants
 - **KEY_KP_ENTER** = **16777344**
 - **KEY_KP_MULTIPLY** = **16777345**
 - **KEY_KP_DIVIDE** = **16777346**
-- **KEY_KP_SUBSTRACT** = **16777347**
+- **KEY_KP_SUBTRACT** = **16777347**
 - **KEY_KP_PERIOD** = **16777348**
 - **KEY_KP_ADD** = **16777349**
 - **KEY_KP_0** = **16777350**

+ 1 - 1
classes/class_button.rst

@@ -45,7 +45,7 @@ Member Functions
 Description
 -----------
 
-Button is just the standard themed button: :ref:`image src="images/button_example.png"/<class_image src="images/button_example.png"/>` It can contain text and an icon, and will display them according to the current :ref:`Theme<class_theme>`.
+Button is the standard themed button. It can contain text and an icon, and will display them according to the current :ref:`Theme<class_theme>`.
 
 Member Function Description
 ---------------------------