summaryrefslogtreecommitdiff
path: root/apps/plugins/goban
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-08-06 05:02:52 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-08-06 05:02:52 +0000
commit0f70c4d4ccf6eaef42ac2b2ba433278c61d59845 (patch)
tree2357db4eb875cba71af8d02a2721964e988b1833 /apps/plugins/goban
parent3790897189e008aba2c255a02f8294b50946a02e (diff)
downloadrockbox-0f70c4d4ccf6eaef42ac2b2ba433278c61d59845.tar.gz
rockbox-0f70c4d4ccf6eaef42ac2b2ba433278c61d59845.zip
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
Diffstat (limited to 'apps/plugins/goban')
-rw-r--r--apps/plugins/goban/goban.h2
1 files changed, 1 insertions, 1 deletions
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 @@
322#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban" 322#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban"
323 323
324/* The default file we save to */ 324/* The default file we save to */
325#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save") 325#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf")
326 326
327/* The size of the buffer we store filenames in (1 reserved for '\0') */ 327/* The size of the buffer we store filenames in (1 reserved for '\0') */
328#define SAVE_FILE_LENGTH 256 328#define SAVE_FILE_LENGTH 256