From 8d6e370cf8a188f7174a4a66ddf382e0f744dfa0 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 17 Sep 2013 12:23:56 -0700 Subject: [PATCH] Rename mnemon data file from "scherzo" to "scherzo-notes" This is in preparation for having "scherzo-chords" and others. --- scherzo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0