summaryrefslogtreecommitdiff
path: root/plugins/sid
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-02 19:59:30 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-02 19:59:30 +0100
commit5e43f1e48df400789faac8f22fe9ecfaf77d4d41 (patch)
tree00fe16a07a7314e195c45fd23f1b96743741c64b /plugins/sid
parent90e1e43539e5b893a2b1c2738f51664a8f5371ed (diff)
fixed a typo in sid plugin config dialog
Diffstat (limited to 'plugins/sid')
-rw-r--r--plugins/sid/plugin.c4
1 files changed, 2 insertions, 2 deletions
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"