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:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_platform_support.c')
-rw-r--r--source/blender/windowmanager/intern/wm_platform_support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_platform_support.c b/source/blender/windowmanager/intern/wm_platform_support.c
index 5153fc33d49..94eceafc59b 100644
--- a/source/blender/windowmanager/intern/wm_platform_support.c
+++ b/source/blender/windowmanager/intern/wm_platform_support.c
@@ -206,8 +206,8 @@ bool WM_platform_support_perform_checks()
printf("%s\n\n%s\n%s\n", title, message, link);
}
if (G.background) {
- /* don't show the messagebox when running in background mode. Printing to
- * console is enough. */
+ /* Don't show the message-box when running in background mode.
+ * Printing to console is enough. */
result = true;
}
else if (show_message) {