From 5e43f1e48df400789faac8f22fe9ecfaf77d4d41 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 2 Feb 2011 19:59:30 +0100 Subject: fixed a typo in sid plugin config dialog --- plugins/sid/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/sid') diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c index 7a0be7a5..894c7230 100644 --- a/plugins/sid/plugin.c +++ b/plugins/sid/plugin.c @@ -22,8 +22,8 @@ static const char *exts[] = { "sid",NULL }; const char *filetypes[] = { "SID", NULL }; static const char settings_dlg[] = - "property \"Enable HVSC\" checkbox hvsc_enable 0;\n" - "property \"Songlenghts.txt (from HVSC)\" file hvsc_path \"\";\n" + "property \"Enable HVSC Songlengh DB\" checkbox hvsc_enable 0;\n" + "property \"Songlengths.txt (from HVSC)\" file hvsc_path \"\";\n" "property \"Samplerate\" entry sid.samplerate 44100;\n" "property \"Bits per sample (8 or 16)\" entry sid.bps 16;\n" "property \"Default song length (sec)\" entry sid.defaultlength 180;\n" -- cgit v1.2.3