mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibWeb/Editing: Fix small copy-paste error
Was introduced in https://github.com/LadybirdBrowser/ladybird/pull/2655
This commit is contained in:
parent
941e25b0dc
commit
124a4f12e4
Notes:
github-actions[bot]
2024-11-30 22:05:59 +00:00
Author: https://github.com/0x4261756D 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/124a4f12e4c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2665 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ void initialize_strings()
|
|||
|
||||
#define __ENUMERATE_COMMAND_NAME(name) name = #name##_fly_string;
|
||||
ENUMERATE_COMMAND_NAMES
|
||||
#undef __ENUMERATE_MATHML_TAG
|
||||
#undef __ENUMERATE_COMMAND_NAME
|
||||
delete_ = "delete"_fly_string;
|
||||
|
||||
s_initialized = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue