From a231f5dbb93c60da240a027f2afd8a4797069541 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 15 Jan 2023 21:50:41 +0000 Subject: more cleanup --- command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp') diff --git a/command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp b/command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp index 24eaf83..f231060 100644 --- a/command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp +++ b/command_line/CmdLine/Src/Callbacks/CLDropinCallbacks_V10.cpp @@ -623,11 +623,11 @@ CWResult UCBGetNamedPreferences(CWPluginContext context, const char *prefsname, PrefPanel *pnl = Prefs_FindPanel(prefsname); if (pnl) { if (optsCmdLine.verbose > 2) - CLReport(83, prefsname); + CLReport(CLStr83, prefsname); UCBSecretAttachHandle(context, PrefPanel_GetHandle(pnl), prefsdata); return cwNoErr; } else { - CLReportError(91, prefsname); + CLReportError(CLStr91, prefsname); *prefsdata = NULL; return cwErrRequestFailed; } -- cgit v1.2.3