Skip to content

Commit 8d56a32

Browse files
committed
Fix typo in AEGP_SetCommandName (now 'AEGP_SetMenuCommandName') (resolve #3)
1 parent d013806 commit 8d56a32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/aegps/aegp-suites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ To add your own menu commands, you must also use [Register Suite](#aegp_register
209209
| | |
210210
| | <pre lang="cpp">AEGP_RemoveMenuCommand(<br/> AEGP_Command command);</pre> |
211211
+-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
212-
| `AEGP_SetCommandName` | Set menu name of a command. |
212+
| `AEGP_SetMenuCommandName ` | Set menu name of a command. |
213213
| | |
214-
| | <pre lang="cpp">AEGP_SetCommandName(<br/> AEGP_Command command,<br/> const A_char \*nameZ);</pre> |
214+
| | <pre lang="cpp">AEGP_SetMenuCommandName(<br/> AEGP_Command command,<br/> const A_char \*nameZ);</pre> |
215215
+-----------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
216216
| `AEGP_EnableCommand` | Enable a menu command. |
217217
| | |

0 commit comments

Comments
 (0)