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

doc: Fixup Tabs reference after cherry-pick

(cherry picked from commit 6cf77f80b53d215de4915719cc13ba700d44dd4f)
Rémi Verschelde пре 3 година
родитељ
комит
187530de7d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/TabContainer.xml

+ 1 - 1
doc/classes/TabContainer.xml

@@ -6,7 +6,7 @@
 	<description>
 	<description>
 		Arranges [Control] children into a tabbed view, creating a tab for each one. The active tab's corresponding [Control] has its [code]visible[/code] property set to [code]true[/code], and all other children's to [code]false[/code].
 		Arranges [Control] children into a tabbed view, creating a tab for each one. The active tab's corresponding [Control] has its [code]visible[/code] property set to [code]true[/code], and all other children's to [code]false[/code].
 		Ignores non-[Control] children.
 		Ignores non-[Control] children.
-		[b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [TabBar]s as children is not needed.
+		[b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [Tabs] as children is not needed.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>