From 38e8e51ec547373772a7b5ce1c628ab547006b46 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 22 Aug 2014 14:27:05 +0400 Subject: [PATCH] fixed file sending from templates --- Telegram/SourceFiles/historywidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/historywidget.cpp b/Telegram/SourceFiles/historywidget.cpp index 3d0d10e50..4eb678326 100644 --- a/Telegram/SourceFiles/historywidget.cpp +++ b/Telegram/SourceFiles/historywidget.cpp @@ -3019,7 +3019,7 @@ void HistoryWidget::onFieldTabbed() { } } else { _field.setPlainText(text); - uploadFile(fname, !text.isEmpty()); + uploadFile(cWorkingDir() + fname, !text.isEmpty()); } } else { _field.setPlainText(t);