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:
authorJoilnen Leite <joilnen.leite@gmail.com>2007-07-30 23:38:03 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2007-07-30 23:38:03 +0400
commit84e817d020eca277f88cd14b69a8c73cc2a5cc48 (patch)
treefcce1063b5434f0503e60bb3e1bf6a25e2757d82 /source/blender/src/header_filesel.c
parent127a232a106e0db118c3bc5b541e4b7f1c4197e5 (diff)
bitmap to fontpreview button
Diffstat (limited to 'source/blender/src/header_filesel.c')
-rw-r--r--source/blender/src/header_filesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_filesel.c b/source/blender/src/header_filesel.c
index 57bb681d185..f8a90f9ba03 100644
--- a/source/blender/src/header_filesel.c
+++ b/source/blender/src/header_filesel.c
@@ -159,7 +159,7 @@ void file_buttons(void)
xco+= 100; // scroll
}
else if(sfile->type==FILE_LOADFONT) {
- uiDefIconButBitS(block, ICONTOG, FILE_SHOWSHORT, B_SORTFILELIST, ICON_BLANK3, xco+= XIC, 0, XIC, YIC, &sfile->f_fp, 0, 0, 0, 0, "Activate font preview");
+ uiDefIconButBitS(block, TOG, FILE_SHOWSHORT, B_SORTFILELIST, ICON_FONTPREVIEW, xco+= XIC, 0, XIC, YIC, &sfile->f_fp, 0, 0, 0, 0, "Activate font preview");
if (sfile->f_fp)
uiDefButC(block, FTPREVIEW, 0, "Font preview", xco+= XIC, 0, 100, YIC, sfile->fp_str, (float)0, (float)16, 0, 0, "Font preview");