From: Andre Date: Fri, 10 Mar 2006 19:29:03 +0000 (+0100) Subject: gui,sdl_gui: change the prefix from "dbtool" to "selector" X-Git-Tag: v0.2.11~21 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=48a247f640255dec0ce0e0d0ce8742d6223a14c2;ds=sidebyside gui,sdl_gui: change the prefix from "dbtool" to "selector" --- diff --git a/gui_theme.c b/gui_theme.c index 87d8e050..f965a9d4 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -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_DBTOOL].prefix = "dbtool: "; + d[SI_DBTOOL].prefix = "selector: "; d[SI_DBTOOL].postfix = ""; d[SI_DBTOOL].fg = COLOR_RED; d[SI_DBTOOL].bg = COLOR_BLACK; diff --git a/sdl_gui.c b/sdl_gui.c index bdc809b5..84a4c0d2 100644 --- 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_DBTOOL].prefix = "dbtool: "; + s[SI_DBTOOL].prefix = "selector: "; s[SI_DBTOOL].postfix = ""; s[SI_DBTOOL].content = "no content yet"; s[SI_DBTOOL].x = 35;