2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

0.7.3 - italian and spanish languages added

This commit is contained in:
John Preston
2014-12-21 00:33:08 +03:00
parent 233ac3dfc9
commit aafdc5b782
24 changed files with 111 additions and 75 deletions

View File

@@ -19,15 +19,6 @@ Copyright (c) 2014 John Preston, https://desktop.telegram.org
#include "application.h"
#include "pspecific.h"
const char *FeaturesNotify = "\
Telegram Desktop was updated to version %1\n\
\n\
\xe2\x80\x94 Improved single column navigation.\n\
\xe2\x80\x94 Improved image viewer for large documents.\n\
\n\
Full version history is available here:\n\
https://desktop.telegram.org/#changelog";
int main(int argc, char *argv[]) {
#ifdef _NEED_WIN_GENERATE_DUMP
_oldWndExceptionFilter = SetUnhandledExceptionFilter(_exceptionFilter);