]> git.cworth.org Git - scherzo/commitdiff
Rename mnemon data file from "scherzo" to "scherzo-notes"
authorCarl Worth <cworth@cworth.org>
Tue, 17 Sep 2013 19:23:56 +0000 (12:23 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 17 Sep 2013 19:23:56 +0000 (12:23 -0700)
This is in preparation for having "scherzo-chords" and others.

scherzo.c

index 8d6ca9af7bd8cb49bdee15ed2ada4c321c4d5271..5de614807aca4c8b1f30b2d3a979f0f9803d1cb0 100644 (file)
--- a/scherzo.c
+++ b/scherzo.c
@@ -561,7 +561,7 @@ main (int argc, char *argv[])
 
     mnemon_init (&scherzo.mnemon);
     /* XXX: Should create a default file if one cannot be loaded. */
-    mnemon_load_category (&scherzo.mnemon, "scherzo");
+    mnemon_load_category (&scherzo.mnemon, "scherzo-notes");
 
     scherzo.challenge.note = NULL;
     _select_challenge (&scherzo);