From 0f70c4d4ccf6eaef42ac2b2ba433278c61d59845 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Thu, 6 Aug 2009 05:02:52 +0000 Subject: Goban: Rename save file extension back to sgf to match other applications. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22181 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/goban/goban.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h index 4cb8111546..229c9aed59 100644 --- a/apps/plugins/goban/goban.h +++ b/apps/plugins/goban/goban.h @@ -322,7 +322,7 @@ #define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban" /* The default file we save to */ -#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save") +#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf") /* The size of the buffer we store filenames in (1 reserved for '\0') */ #define SAVE_FILE_LENGTH 256 -- cgit v1.2.3