This commit is contained in:
John Preston 2014-07-13 21:44:49 +04:00
commit 507075ceea
4 changed files with 8 additions and 8 deletions

View File

@ -960,9 +960,9 @@ unreadBarColor: #538bb4;
searchedBarHeight: unreadBarHeight;
searchedBarFont: unreadBarFont;
searchedBarBG: #f1f1f1;
searchedBarBG: #ebeef1;
searchedBarBorder: unreadBarBorder;
searchedBarColor: #aaa;
searchedBarColor: #a2aeb7;
layerSlideDuration: 200;
layerHideDuration: 200;

View File

@ -3,9 +3,9 @@
#define MyAppShortName "Telegram"
#define MyAppName "Telegram Win (Unofficial)"
#define MyAppVersion "0.5.6"
#define MyAppVersionZero "0.5.6"
#define MyAppFullVersion "0.5.6.0"
#define MyAppVersion "0.5.7"
#define MyAppVersionZero "0.5.7"
#define MyAppFullVersion "0.5.7.0"
#define MyAppPublisher "Telegram (Unofficial)"
#define MyAppURL "https://tdesktop.com"
#define MyAppExeName "Telegram.exe"

View File

@ -1452,11 +1452,11 @@ HistoryWidget::HistoryWidget(QWidget *parent) : QWidget(parent)
, histPeer(0)
, _activeHist(0)
, histPreloading(0)
, _scroll(this, st::historyScroll, false)
, _list(0)
, hist(0)
, _loadingAroundId(-1)
, _loadingAroundRequest(0)
, _scroll(this, st::historyScroll, false)
, _list(0)
, hist(0)
, _histInited(false)
, _toHistoryEnd(this, st::historyToEnd)
, _send(this, lang(lng_send_button), st::btnSend)

Binary file not shown.