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>2011-09-27 21:04:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-27 21:04:38 +0400
commit3bcbefa558ac9661f6ac8fc936c20c95e73c53ee (patch)
tree162c5ae4fa99751e528643bfcc607438e45c66a7 /source/blender/editors/interface/interface_style.c
parent3abfb2af43722bef5933c957ee1d38054f16911d (diff)
minor changes to interface code (no functional changes)
- made 2 loops on menu items break out of the loop when the item is found. - include function names in error prints.
Diffstat (limited to 'source/blender/editors/interface/interface_style.c')
-rw-r--r--source/blender/editors/interface/interface_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c
index 3009d4fea09..938fb27e017 100644
--- a/source/blender/editors/interface/interface_style.c
+++ b/source/blender/editors/interface/interface_style.c
@@ -357,7 +357,7 @@ void uiStyleInit(void)
if (font->blf_id == -1) {
if (G.f & G_DEBUG)
- printf("uiStyleInit error, no fonts available\n");
+ printf("%s: error, no fonts available\n", __func__);
}
else {
/* ? just for speed to initialize?