From c90c2de64082a882a71a63fda21a938299165c19 Mon Sep 17 00:00:00 2001 From: Jose Rostagno Date: Wed, 2 Jun 2010 13:49:23 -0300 Subject: [Try 2] winecfg:Update spanish translation --- programs/winecfg/Es.rc | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/programs/winecfg/Es.rc b/programs/winecfg/Es.rc index 423c783..41fed0b 100644 --- a/programs/winecfg/Es.rc +++ b/programs/winecfg/Es.rc @@ -3,7 +3,7 @@ * Spanish Language Support * * Copyright 2003-2009 José Manuel Ferrer Ortiz - * + * Copyright 2010 José Rostagno * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -122,6 +122,16 @@ BEGIN PUSHBUTTON "Cancelar",IDCANCEL,62,74,50,14,WS_GROUP END +IDD_DRIVECHOOSE DIALOG DISCARDABLE 60, 70, 170, 60 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +CAPTION "Seleccionar letra de la unidad"c +FONT 8, "MS Shell Dlg" +BEGIN + COMBOBOX IDC_DRIVESA2Z,15,10,75,230,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + DEFPUSHBUTTON "Aceptar",IDOK,105,10,45,14,WS_GROUP + PUSHBUTTON "Cancelar",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.7.0.4