summaryrefslogtreecommitdiff
path: root/src/progs
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-09 01:31:25 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-09 01:31:25 +0300
commit885f40b84765bdcd5a0dcbdd7af93cf07d713350 (patch)
tree9da3d18e880011f068b6df6e084ef569d250f1fd /src/progs
parentf20286b9d55784bd48cc1c55449540146995a60c (diff)
downloadplus-885f40b84765bdcd5a0dcbdd7af93cf07d713350.tar.gz
plus-885f40b84765bdcd5a0dcbdd7af93cf07d713350.tar.bz2
plus-885f40b84765bdcd5a0dcbdd7af93cf07d713350.tar.xz
plus-885f40b84765bdcd5a0dcbdd7af93cf07d713350.zip
Switch upload files service from http://sprunge.us to http://ex.io
Diffstat (limited to 'src/progs')
-rw-r--r--src/progs/manaplus/actions/actions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progs/manaplus/actions/actions.cpp b/src/progs/manaplus/actions/actions.cpp
index 8d82a70ce..9c9f34a1f 100644
--- a/src/progs/manaplus/actions/actions.cpp
+++ b/src/progs/manaplus/actions/actions.cpp
@@ -198,7 +198,7 @@ static void uploadFile(const std::string &str,
{
UploadChatInfo *const info = new UploadChatInfo;
Net::Download *const upload = new Net::Download(info,
- "http://sprunge.us",
+ "http://ix.io",
&uploadUpdate,
false, true, false);
info->upload = upload;
@@ -1658,7 +1658,7 @@ impHandler(uploadLog)
// TRANSLATORS: upload log chat message
uploadFile(_("Log uploaded to:"),
settings.logFileName,
- "?txt",
+ "",
event.tab);
return true;
}