summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.src
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-17 07:41:37 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-17 07:42:27 -0800
commit888b88e39c1993096467fd0bbab4053dcefc59a3 (patch)
tree933b81bac109b9b5d1aa75a0b3d4690b8c6ab236 /svtools/source/control/ctrlbox.src
parentedf99f8800d077ed1c2faabc59172bb7e6cb2fcc (diff)
libs-gui HC cleanup and .bmp fix
Diffstat (limited to 'svtools/source/control/ctrlbox.src')
-rwxr-xr-xsvtools/source/control/ctrlbox.src35
1 files changed, 3 insertions, 32 deletions
diff --git a/svtools/source/control/ctrlbox.src b/svtools/source/control/ctrlbox.src
index f192feca6ab0..2bb6c8cc4df8 100755
--- a/svtools/source/control/ctrlbox.src
+++ b/svtools/source/control/ctrlbox.src
@@ -33,19 +33,19 @@
IMAGE RID_IMG_SCALABLEFONT
{
- ImageBitmap = Bitmap { File = "scalfont.bmp" ; };
+ ImageBitmap = Bitmap { File = "scalfont.png" ; };
MaskColor = IMAGE_STDBTN_COLOR ;
};
IMAGE RID_IMG_PRINTERFONT
{
- ImageBitmap = Bitmap { File = "prnfont.bmp" ; };
+ ImageBitmap = Bitmap { File = "prnfont.png" ; };
MaskColor = IMAGE_STDBTN_COLOR ;
};
IMAGE RID_IMG_BITMAPFONT
{
- ImageBitmap = Bitmap { File = "bmpfont.bmp" ; };
+ ImageBitmap = Bitmap { File = "bmpfont.png" ; };
MaskColor = IMAGE_STDBTN_COLOR ;
};
@@ -183,32 +183,3 @@ String STR_SVT_INDEXENTRY_PHONETIC_LC
{
Text [ en-US ] = "Phonetic (alphanumeric last, grouped by consonants)";
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-