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/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index f9f740bc55a..a5fa5937fdb 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -1643,11 +1643,11 @@ static void info_text(int x, int y)
glRasterPos2i(x, y);
- BIF_DrawString(G.font, headerstr, (U.transopts & TR_MENUS));
+ BIF_DrawString(G.font, headerstr, (U.transopts & USER_TR_MENUS));
glRasterPos2i(x+122, y);
- BIF_DrawString(G.font, infostr, (U.transopts & TR_MENUS));
+ BIF_DrawString(G.font, infostr, (U.transopts & USER_TR_MENUS));
}
void info_buttons(void)
@@ -1737,7 +1737,7 @@ void info_buttons(void)
curarea->headbutlen= xco+2*XIC;
#ifdef _WIN32 // FULLSCREEN
- if(U.uiflag & FLIPFULLSCREEN) {
+ if(U.uiflag & USER_FLIPFULLSCREEN) {
uiDefIconBut(block, BUT, B_FLIPFULLSCREEN, ICON_WINDOW_WINDOW,
(short)(curarea->winx-XIC-5), 0,XIC,YIC,
0, 0, 0, 0, 0, "Toggles Blender to fullscreen mode");/* dir */