summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLPrefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'command_line/CmdLine/Src/CLPrefs.c')
-rw-r--r--command_line/CmdLine/Src/CLPrefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_line/CmdLine/Src/CLPrefs.c b/command_line/CmdLine/Src/CLPrefs.c
index b825c4a..05ca045 100644
--- a/command_line/CmdLine/Src/CLPrefs.c
+++ b/command_line/CmdLine/Src/CLPrefs.c
@@ -98,7 +98,7 @@ Boolean Prefs_AddPanel(PrefPanel *panel) {
for (scan = &panellist; *scan; scan = &(*scan)->next) {
if (!strcmp((*scan)->name, panel->name)) {
- CLReportError(90, panel->name);
+ CLReportError(CLStr90, panel->name);
return 0;
}
}