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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-01 22:59:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-01 23:44:26 +0300
commit28f3f4da12af8acac29ca513b5f2afdb09c9d5ca (patch)
tree0cdbbf95739ad7c87352043d669ca4cfe9378d05 /source/blender/windowmanager/intern/wm_files.c
parentf667a250f46b945d08e350c5d4c6c880a4eaa6d4 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 05f139858a5..6212b096f3d 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -2380,8 +2380,8 @@ static uiBlock *block_create_autorun_warning(struct bContext *C, struct ARegion
/* Allow reload if we have a saved file. */
if (G.relbase_valid) {
but = uiDefIconTextBut(
- block, UI_BTYPE_BUT, 0, ICON_NONE, IFACE_("Allow Executon"), 0, 0, 50, UI_UNIT_Y,
- NULL, 0, 0, 0, 0, TIP_("Reload file with execution of Python scripts enabled"));
+ block, UI_BTYPE_BUT, 0, ICON_NONE, IFACE_("Allow Executon"), 0, 0, 50, UI_UNIT_Y,
+ NULL, 0, 0, 0, 0, TIP_("Reload file with execution of Python scripts enabled"));
UI_but_func_set(but, wm_block_autorun_warning_allow, block, NULL);
}
else {