diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-21 22:14:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 22:14:04 +0200 |
commit | a5fb4451210625702474a8fac1dd880e78a409e9 (patch) | |
tree | adb757763521db11286fb415682ccca48c903adf /editor/create_dialog.cpp | |
parent | 25d59a5a1a30d0d7cc19de34f03d0d521cde5431 (diff) | |
parent | 4dda62f5911eefe4c0476d1e148256545e3c931e (diff) |
Merge pull request #40450 from asmaloney/spelling
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'editor/create_dialog.cpp')
-rw-r--r-- | editor/create_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index 99a2a73a75..c0c3a73957 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -674,7 +674,7 @@ CreateDialog::CreateDialog() { favorites->connect("item_activated", callable_mp(this, &CreateDialog::_favorite_activated)); favorites->add_theme_constant_override("draw_guides", 1); #ifndef _MSC_VER -#warning cant forward drag data to a non control, must be fixed +#warning cannot forward drag data to a non control, must be fixed #endif //favorites->set_drag_forwarding(this); fav_vb->add_margin_child(TTR("Favorites:"), favorites, true); |