X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui_theme.c;h=f965a9d44e9f9db485c73c5a5dbde66fb2a424b3;hb=48a247f640255dec0ce0e0d0ce8742d6223a14c2;hp=87d8e050cf92ebe864b512016b572ad57dfbdcba;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623;p=paraslash.git 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;