From f5290b496643ade70b90fe158049a602e78ef553 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Aurimas=20Fi=C5=A1eras?= Date: Mon, 17 Aug 2009 23:01:21 +0300 Subject: winecfg: Update Lithuanian translation --- programs/winecfg/Lt.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/programs/winecfg/Lt.rc b/programs/winecfg/Lt.rc index ca4f162..7208cc6 100644 --- a/programs/winecfg/Lt.rc +++ b/programs/winecfg/Lt.rc @@ -125,6 +125,16 @@ BEGIN PUSHBUTTON "Atsisakyti",IDCANCEL,57,74,45,14,WS_GROUP END +IDD_DRIVECHOOSE DIALOG DISCARDABLE 60, 70, 170, 60 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +CAPTION "Parinkite disko raidÄ™" +FONT 8, "MS Shell Dlg" +BEGIN + COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + DEFPUSHBUTTON "Gerai",IDOK,105,10,45,14,WS_GROUP + PUSHBUTTON "Atsisakyti",IDCANCEL,105,30,45,14,WS_GROUP +END + IDD_DRIVECFG DIALOG DISCARDABLE 0, 0, 260, 250 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg" -- 1.6.3.3