From 54b3fda09ad9e480f6869d46fe8bd3204760b80b Mon Sep 17 00:00:00 2001 From: Aurimas Fischer Date: Sun, 15 Mar 2009 12:21:20 +0200 Subject: [PATCH] mshtml: Update Lithuanian translation. --- dlls/mshtml/Lt.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dlls/mshtml/Lt.rc b/dlls/mshtml/Lt.rc index c0081831ac2..f63b177746d 100644 --- a/dlls/mshtml/Lt.rc +++ b/dlls/mshtml/Lt.rc @@ -56,4 +56,15 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "Atsisakyti", IDCANCEL, 200, 28, 45, 14, WS_GROUP | WS_TABSTOP } +ID_PROMPT_DIALOG DIALOG 0, 0, 200, 90 +STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +CAPTION "" +FONT 8, "MS Shell Dlg" +{ + LTEXT "", ID_PROMPT_PROMPT, 10, 10, 180, 30 + EDITTEXT ID_PROMPT_EDIT, 10, 45, 180, 14, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP + PUSHBUTTON "Gerai", IDOK, 40, 65, 45, 15, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP + PUSHBUTTON "Atsisakyti", IDCANCEL, 115, 65, 45, 15, WS_GROUP | WS_TABSTOP +} + #pragma code_page(default)