Skip to content

Commit 8e69f6b

Browse files
authored
Merge pull request godotengine#7820 from gogojokid/master-1
Custom editor icon section's command wrong or out of date
2 parents 82f46dc + 306b242 commit 8e69f6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,9 @@ For example:
442442

443443
.. code-block:: none
444444
445-
[Icon]
446-
GDExample = "res://icons/GDExample.svg"
445+
[icons]
446+
447+
GDExample = "res://icons/gd_example.svg"
447448
448449
The path should point to a 16 by 16 pixel SVG image. Read the guide for :ref:`creating icons <doc_editor_icons>`
449450
for more information.

0 commit comments

Comments
 (0)