summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-03-07 20:29:40 +0000
committerRMN <rmn@miranda-ng.org>2014-03-07 20:29:40 +0000
commit6cf0c508c0291c0622221a48b91bd39684e70dcf (patch)
tree9166058eea1dfc3f3c991b16185cfd5feae44d23 /plugins
parent2f53efeca38a1e92d073be21b0e1651ae71b25e9 (diff)
- Dropbox: small resource fix
- langpacks/ukrainian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@8458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Dropbox/src/dropbox_commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/dropbox_commands.cpp b/plugins/Dropbox/src/dropbox_commands.cpp
index ff819ddc2b..736d1bbdc4 100644
--- a/plugins/Dropbox/src/dropbox_commands.cpp
+++ b/plugins/Dropbox/src/dropbox_commands.cpp
@@ -105,7 +105,7 @@ void CDropbox::CommandShare(void *arg)
}
else
{
- CMStringA error; error.AppendFormat(Translate("\"%s\"command has invalid parameter.\nUse \"/help\" for more info."), "/share");
+ CMStringA error; error.AppendFormat(Translate("\"%s\" command has invalid parameter.\nUse \"/help\" for more info."), "/share");
ProtoBroadcastAck(MODULE, param->hContact, ACKTYPE_MESSAGE, ACKRESULT_SUCCESS, param->hProcess, 0);
CallContactService(param->instance->GetDefaultContact(), PSR_MESSAGE, 0, (LPARAM)error.GetBuffer());
@@ -152,7 +152,7 @@ void CDropbox::CommandDelete(void *arg)
}
else
{
- CMStringA error; error.AppendFormat(Translate("\"%s\"command has invalid parameter.\nUse \"/help\" for more info."), "/delete");
+ CMStringA error; error.AppendFormat(Translate("\"%s\" command has invalid parameter.\nUse \"/help\" for more info."), "/delete");
ProtoBroadcastAck(MODULE, param->hContact, ACKTYPE_MESSAGE, ACKRESULT_SUCCESS, param->hProcess, 0);
CallContactService(param->instance->GetDefaultContact(), PSR_MESSAGE, 0, (LPARAM)error.GetBuffer());
}