summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-04-03 03:26:58 +0000
committerRené Schümann <white06tiger@gmail.com>2014-04-03 03:26:58 +0000
commited7e7ac58e37b7d51e84fb832efec9d70e18eb5e (patch)
tree8d7cdaf29de1777ddcf20f480b2fc85b2068bf3d /plugins/SendScreenshotPlus/src/CSendImageShack.cpp
parent0719417f2521293437b4e4b205985dc16479bcc0 (diff)
SendSS
fix for r8835 ... added IDD_UResultForm to resource script somehow my change got lost... had to redo them from scratch :( Let's hope this was all I've lost... (never trust "Restore after commit" ... or maybe I've just forgot to use it since I'm tired as well) git-svn-id: http://svn.miranda-ng.org/main/trunk@8837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendImageShack.cpp')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendImageShack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
index d6e9809859..0906979e86 100644
--- a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
@@ -206,7 +206,7 @@ void CSendImageShack::SendThread() {
mir_free(err);
}
}else{
- Error(NULL, TranslateT("Upload server did not respond timely."));
+ Error(NULL, TranslateT("Upload server did not respond timely."));
}
CallService(MS_NETLIB_FREEHTTPREQUESTSTRUCT, 0, (LPARAM) m_nlreply);
m_nlreply = NULL;