mirror of https://github.com/buggins/dlangide.git
donation link in home screen
This commit is contained in:
parent
ac2f87dc12
commit
fec824d00a
|
@ -69,6 +69,9 @@ class HomeScreen : ScrollWidget {
|
|||
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_TOUR"c).value, "https://tour.dlang.org/"));
|
||||
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_VIBED"c).value, "http://vibed.org/"));
|
||||
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_FORUM"c).value, "http://forum.dlang.org/"));
|
||||
_column1.addChild(new VSpacer());
|
||||
_column2.addChild((new TextWidget(null, UIString.fromId("DLANG_IDE_DONATE"c))).fontSize(20).textColor(linkColor));
|
||||
_column2.addChild(new UrlImageTextButton(null, UIString.fromId("DLANG_IDE_DONATE_PAYPAL"c).value, "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H2ADZV8S6TDHQ"));
|
||||
|
||||
_column2.addChild(new VSpacer());
|
||||
contentWidget = _content;
|
||||
|
|
|
@ -13,6 +13,8 @@ DLANG_IDE=DLangIDE on GitHub
|
|||
DLANG_TOUR=DLang Tour
|
||||
DLANG_VIBED=Vibe-D
|
||||
DLANG_FORUM=Dlang Forum
|
||||
DLANG_IDE_DONATE=Donate DlangIDE
|
||||
DLANG_IDE_DONATE_PAYPAL=PayPal
|
||||
EXIT=Exit
|
||||
|
||||
ALL_FILES=All files
|
||||
|
|
|
@ -13,6 +13,8 @@ DLANG_IDE=DLangIDE на GitHub
|
|||
DLANG_TOUR=Интерактивный тур D
|
||||
DLANG_VIBED=Vibe-D
|
||||
DLANG_FORUM=Форум D
|
||||
DLANG_IDE_DONATE=Поддержать DlangIDE
|
||||
DLANG_IDE_DONATE_PAYPAL=PayPal
|
||||
EXIT=Выход
|
||||
|
||||
ALL_FILES=Все файлы
|
||||
|
|
Loading…
Reference in New Issue