Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-01-30 20:19:38 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-01-30 20:19:38 +0300
commit4fcc6514352c05f79f2c5dd35b38818b713d027d (patch)
tree28021d18d5603c15989d27ad3a8d98d3de6960fa /source/blender/windowmanager/intern/wm_window.c
parenta58592885c3e75831148238331fa65119c7456bf (diff)
Revert "UI: Do not translate "Blender""
See rB0c5a9a0e776eeb724f7266694153f98721e34fde for the issue with this. This reverts commit 0c5a9a0e776eeb724f7266694153f98721e34fde.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_window.c')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 32bbe0be346..a1854a8ed86 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -879,7 +879,7 @@ int wm_window_new_exec(bContext *C, wmOperator *op)
ScrArea *area = BKE_screen_find_big_area(CTX_wm_screen(C), SPACE_TYPE_ANY, 0);
bool ok = (WM_window_open(C,
- "Blender",
+ IFACE_("Blender"),
0,
0,
win_src->sizex * 0.95f,