[AD] Fix option strings in the grabber |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
This patch standardizes some option strings in the grabber.
Applied to trunk.
--
Eric Botcazou
Index: tools/plugins/datitype.c
===================================================================
RCS file: /cvsroot/alleg/allegro/tools/plugins/datitype.c,v
retrieving revision 1.3
diff -u -r1.3 datitype.c
--- tools/plugins/datitype.c 7 Feb 2003 12:59:13 -0000 1.3
+++ tools/plugins/datitype.c 7 Jul 2003 10:38:52 -0000
@@ -235,11 +235,11 @@
static MENU depth_menu[] =
{
- { "&256 color palette", changedepth, NULL, 0, (void *)8 },
- { "1&5 bit hicolor", changedepth, NULL, 0, (void *)15 },
- { "1&6 bit hicolor", changedepth, NULL, 0, (void *)16 },
- { "2&4 bit truecolor", changedepth, NULL, 0, (void *)24 },
- { "&32 bit truecolor", changedepth, NULL, 0, (void *)32 },
+ { "To &256 color palette", changedepth, NULL, 0, (void *)8 },
+ { "To 1&5 bit hicolor", changedepth, NULL, 0, (void *)15 },
+ { "To 1&6 bit hicolor", changedepth, NULL, 0, (void *)16 },
+ { "To 2&4 bit truecolor", changedepth, NULL, 0, (void *)24 },
+ { "To &32 bit truecolor", changedepth, NULL, 0, (void *)32 },
{ NULL, NULL, NULL, 0, NULL }
};
@@ -269,7 +269,7 @@
static MENU change_depth_menu =
{
- "Color Depth",
+ "Change Color Depth",
NULL,
depth_menu,
0,