From eefb6affd420af8c512e8733a6c9e2f5aabd5854 Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 18 Aug 2008 17:28:19 +0000 Subject: - dalsi zmena v instalaci (prehlednutej docdir) - nejprve nez budete kompilovat udelejte # make uninstall git-svn-id: http://opensvn.csie.org/tuxanci_ng@220 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/screen/screen_credits.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/screen') diff --git a/src/screen/screen_credits.c b/src/screen/screen_credits.c index 5a8e9b8..37f16ea 100644 --- a/src/screen/screen_credits.c +++ b/src/screen/screen_credits.c @@ -107,10 +107,10 @@ void initScreenCredits() listWidgetLabel = newList(); - if( tryExistFile(PATH_DATA SCREEN_CREDITS_FILE) == 0 ) + if( tryExistFile(PATH_DOC SCREEN_CREDITS_FILE) == 0 ) { creditExists = 1; - textFile = loadTextFile(PATH_DATA SCREEN_CREDITS_FILE); + textFile = loadTextFile(PATH_DOC SCREEN_CREDITS_FILE); for( i = 0 ; i < textFile->text->count ; i++ ) { widget_t *label; @@ -129,7 +129,7 @@ void initScreenCredits() creditExists = 0; widget_t *label; char *line; - line = "Credit file not found..."; + line = "Credit file not found... %s/%s",PATH_DOC,SCREEN_CREDITS_FILE; label = newWidgetLabel(line, WINDOW_SIZE_X/2, (WINDOW_SIZE_Y-100)+i*20, WIDGET_LABEL_CENTER); -- cgit v1.2.3