gui,sdl_gui: change the prefix from "dbtool" to "selector"
authorAndre <maan@p133.(none)>
Fri, 10 Mar 2006 19:29:03 +0000 (20:29 +0100)
committerAndre <maan@p133.(none)>
Fri, 10 Mar 2006 19:29:03 +0000 (20:29 +0100)
gui_theme.c
sdl_gui.c

index 87d8e050cf92ebe864b512016b572ad57dfbdcba..f965a9d44e9f9db485c73c5a5dbde66fb2a424b3 100644 (file)
@@ -148,7 +148,7 @@ static void init_theme_colorful_blackness(struct gui_theme *t)
        d[SI_STATUS_FLAGS].y = 17;
        d[SI_STATUS_FLAGS].len = 10;
 
        d[SI_STATUS_FLAGS].y = 17;
        d[SI_STATUS_FLAGS].len = 10;
 
-       d[SI_DBTOOL].prefix = "dbtool: ";
+       d[SI_DBTOOL].prefix = "selector: ";
        d[SI_DBTOOL].postfix = "";
        d[SI_DBTOOL].fg = COLOR_RED;
        d[SI_DBTOOL].bg = COLOR_BLACK;
        d[SI_DBTOOL].postfix = "";
        d[SI_DBTOOL].fg = COLOR_RED;
        d[SI_DBTOOL].bg = COLOR_BLACK;
index bdc809b59d58e0b33797eabc11fc9439b99636af..84a4c0d2f8a0ef43a49ee92ce8130375c9f33437 100644 (file)
--- a/sdl_gui.c
+++ b/sdl_gui.c
@@ -211,7 +211,7 @@ static void init_stat_items(void)
        s[SI_UPTIME].font = N_YELLOW;
        s[SI_UPTIME].align = RIGHT;
 
        s[SI_UPTIME].font = N_YELLOW;
        s[SI_UPTIME].align = RIGHT;
 
-       s[SI_DBTOOL].prefix = "dbtool: ";
+       s[SI_DBTOOL].prefix = "selector: ";
        s[SI_DBTOOL].postfix = "";
        s[SI_DBTOOL].content = "no content yet";
        s[SI_DBTOOL].x = 35;
        s[SI_DBTOOL].postfix = "";
        s[SI_DBTOOL].content = "no content yet";
        s[SI_DBTOOL].x = 35;