From 48a247f640255dec0ce0e0d0ce8742d6223a14c2 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 10 Mar 2006 20:29:03 +0100 Subject: [PATCH] gui,sdl_gui: change the prefix from "dbtool" to "selector" --- gui_theme.c | 2 +- sdl_gui.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2