Revert "Fix #104850: Create Geometry Nodes operators fails if not in English"

This reverts commit 68181c2560.

I merged 3.6 into 3.5 by mistake. Basically I had a PR against main,
 then changed it in the last minute to be against 3.5 via the
 web-interface unaware that I shouldn't do it without updating the
 patch.

 Original Pull Request: #104889
This commit is contained in:
2023-02-17 18:45:42 +01:00
parent 68181c2560
commit 4ec9aff2af
89 changed files with 862 additions and 1822 deletions

View File

@@ -86,6 +86,11 @@ enum {
/* WARNING: rest of #uiBut.flag in UI_interface.h */
};
/** #uiBut.dragflag */
enum {
UI_BUT_DRAGPOIN_FREE = (1 << 0),
};
/** #uiBut.pie_dir */
enum RadialDirection {
UI_RADIAL_NONE = -1,