From ad5aafea8ee463098344196062bf9f63fd009c1a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 29 Aug 2017 10:54:28 +0300 Subject: [PATCH] dlang tour link in home screen --- src/dlangide/ui/homescreen.d | 2 ++ views/VERSION | 2 +- views/res/i18n/en.ini | 3 ++- views/res/i18n/ru.ini | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/dlangide/ui/homescreen.d b/src/dlangide/ui/homescreen.d index 6e185aa..4fcc6ee 100644 --- a/src/dlangide/ui/homescreen.d +++ b/src/dlangide/ui/homescreen.d @@ -66,6 +66,8 @@ class HomeScreen : ScrollWidget { _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DUB_REP"c).value, "http://code.dlang.org/")); _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_UI"c).value, "https://github.com/buggins/dlangui")); _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_IDE"c).value, "https://github.com/buggins/dlangide")); + _column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_TOUR"c).value, "https://tour.dlang.org/")); + _column2.addChild(new VSpacer()); contentWidget = _content; } diff --git a/views/VERSION b/views/VERSION index 35d3fa0..0bd044c 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.54 \ No newline at end of file +v0.7.56 \ No newline at end of file diff --git a/views/res/i18n/en.ini b/views/res/i18n/en.ini index 30ffe6f..82a8207 100644 --- a/views/res/i18n/en.ini +++ b/views/res/i18n/en.ini @@ -1,7 +1,7 @@ ABOUT=About DlangIDE HOME=DlangIDE Home DESCRIPTION=D language IDE written in D -COPYRIGHT=(c) Vadim Lopatin 2015 +COPYRIGHT=(c) Vadim Lopatin 2017 START_WITH=Start with: RECENT=Recent: NO_RECENT=No recent items @@ -10,6 +10,7 @@ D_LANG=D Programming Language DUB_REP=DUB repository DLANG_UI=DLangUI on GitHub DLANG_IDE=DLangIDE on GitHub +DLANG_TOUR=DLang Tour EXIT=Exit ALL_FILES=All files diff --git a/views/res/i18n/ru.ini b/views/res/i18n/ru.ini index f46d17a..95eee7c 100644 --- a/views/res/i18n/ru.ini +++ b/views/res/i18n/ru.ini @@ -1,7 +1,7 @@ ABOUT=О DlangIDE HOME=Домашняя страница DlangIDE DESCRIPTION=IDE для языка D написанная на D -COPYRIGHT=(c) Вадим Лопатин 2015 +COPYRIGHT=(c) Вадим Лопатин 2017 START_WITH=Начать с: RECENT=Недавнее: NO_RECENT=Нет недавно открытых файлов/проектов @@ -10,6 +10,7 @@ D_LANG=Язык программирования D DUB_REP=Хранилище DUB DLANG_UI=DLangUI на GitHub DLANG_IDE=DLangIDE на GitHub +DLANG_TOUR=Интерактивный тур D EXIT=Выход ALL_FILES=Все файлы