diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-25 08:53:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-25 08:53:08 +0000 |
commit | 4be23b9d071f7f75c84413fc9d3c758ffc4e0736 (patch) | |
tree | 82a0047602d9aff2965c0b4a73f69be7ff27070c /plugins/CmdLine/MimCmd | |
parent | 8837fbe51a96a5ec75fe61dccae19a99a7c6fdee (diff) |
- revert
git-svn-id: http://svn.miranda-ng.org/main/trunk@3277 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/MimCmd')
-rw-r--r-- | plugins/CmdLine/MimCmd/src/MimCmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/MimCmd/src/MimCmd.cpp b/plugins/CmdLine/MimCmd/src/MimCmd.cpp index 7f7b09e7f4..07daf85a0c 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(Translate("Could not create connection with Miranda or could not retrieve list of known commands.\n"));
+ lpprintf("Could not create connection with Miranda or could not retrieve list of known commands.\n");
error = MIMRES_NOMIRANDA;
}
else{
|