From: Carl Worth Date: Tue, 17 Sep 2013 19:23:56 +0000 (-0700) Subject: Rename mnemon data file from "scherzo" to "scherzo-notes" X-Git-Url: https://git.cworth.org/git?p=scherzo;a=commitdiff_plain;h=8d6e370cf8a188f7174a4a66ddf382e0f744dfa0 Rename mnemon data file from "scherzo" to "scherzo-notes" This is in preparation for having "scherzo-chords" and others. --- diff --git a/scherzo.c b/scherzo.c index 8d6ca9a..5de6148 100644 --- 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);