X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=98830c22a667f3fa0075a4e8cc3fc5de6a1c6150;hp=6fea7e5d2e879f1d570487cbab45c432ac58d449;hb=f445bae93b0e609ac241c1fa3c9c16569ac7cb85;hpb=6a52c8891d69e45389081a4400c7d3f1314be868 diff --git a/gui_theme.c b/gui_theme.c index 6fea7e5d..98830c22 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -1,19 +1,7 @@ /* * Copyright (C) 2005-2007 Andre Noll * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Licensed under the GPL v2. For licencing details see COPYING. */ #include "para.h" @@ -259,14 +247,14 @@ static void init_theme_colorful_blackness(struct gui_theme *t) d[SI_AUDIO_INFO3].y = 63; d[SI_AUDIO_INFO3].len = 100; - d[SI_DBINFO1].prefix = ""; - d[SI_DBINFO1].postfix = ""; - d[SI_DBINFO1].fg = COLOR_YELLOW; - d[SI_DBINFO1].bg = COLOR_BLACK; - d[SI_DBINFO1].align = CENTER; - d[SI_DBINFO1].x = 0; - d[SI_DBINFO1].y = 77; - d[SI_DBINFO1].len = 100; + d[SI_AFS_MODE].prefix = ""; + d[SI_AFS_MODE].postfix = ""; + d[SI_AFS_MODE].fg = COLOR_YELLOW; + d[SI_AFS_MODE].bg = COLOR_BLACK; + d[SI_AFS_MODE].align = CENTER; + d[SI_AFS_MODE].x = 0; + d[SI_AFS_MODE].y = 77; + d[SI_AFS_MODE].len = 100; d[SI_DBINFO2].prefix = ""; d[SI_DBINFO2].postfix = "";