summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-25 08:41:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-25 08:41:23 +0000
commit8837fbe51a96a5ec75fe61dccae19a99a7c6fdee (patch)
tree89efcf8d0fbfe81331ba62290b69fff646cc3ca8
parentd129b6570190e89e5d7b167513bc1c1f23b1be01 (diff)
- Another portion of _T replacement when it's not needed (from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/CmdLine/MimCmd/src/MimCmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/MimCmd/src/MimCmd.cpp b/plugins/CmdLine/MimCmd/src/MimCmd.cpp
index 07daf85a0c..7f7b09e7f4 100644
--- a/plugins/CmdLine/MimCmd/src/MimCmd.cpp
+++ b/plugins/CmdLine/MimCmd/src/MimCmd.cpp
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
if ((InitClient()) || (ConnectToMiranda()) || (GetKnownCommands()) || (LoadLangPackModule()))
{
- lpprintf("Could not create connection with Miranda or could not retrieve list of known commands.\n");
+ lpprintf(Translate("Could not create connection with Miranda or could not retrieve list of known commands.\n"));
error = MIMRES_NOMIRANDA;
}
else{