Module: wine
Branch: master
Commit: 573fcad0b4beaeb8287f0b4156562ecd6baf2aef
URL: http://source.winehq.org/git/wine.git/?a=commit;h=573fcad0b4beaeb8287f0b415…
Author: Andrew Riedi <andrewriedi(a)gmail.com>
Date: Sun Dec 9 23:05:29 2007 -0800
user32: Uncomment and explain a test in test_DestroyCursor().
---
dlls/user32/tests/cursoricon.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c
index 9858e32..6be44c9 100644
--- a/dlls/user32/tests/cursoricon.c
+++ b/dlls/user32/tests/cursoricon.c
@@ -411,9 +411,16 @@ static void test_DestroyCursor(void)
SetCursor(NULL);
- /* Trying to destroy the cursor properly fails now for some reason with ERROR_INVALID_CURSOR_HANDLE */
+ /* Trying to destroy the cursor properly fails now with
+ * ERROR_INVALID_CURSOR_HANDLE. This happens because we called
+ * DestroyCursor() 2+ times after calling SetCursor(). The calls to
+ * GetCursor() and SetCursor(NULL) in between make no difference. */
ret = DestroyCursor(cursor);
- /* ok(ret, "DestroyCursor failed, GetLastError=%d\n", GetLastError()); */
+ todo_wine {
+ ok(!ret, "DestroyCursor succeeded.\n");
+ error = GetLastError();
+ ok(error == ERROR_INVALID_CURSOR_HANDLE, "Last error: 0x%08x\n", error);
+ }
DeleteObject(cursorInfo.hbmMask);
DeleteObject(cursorInfo.hbmColor);
Module: wine
Branch: master
Commit: 192d9e9811f4a96926a0a8d7fb682382b058c0a0
URL: http://source.winehq.org/git/wine.git/?a=commit;h=192d9e9811f4a96926a0a8d7f…
Author: Luis C. Busquets Pérez <luis.busquets(a)ilidium.com>
Date: Fri Dec 7 19:11:59 2007 +0100
sane: Add Spanish Resource.
---
dlls/sane.ds/rsrc.rc | 1 +
dlls/sane.ds/sane_Es.rc | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dlls/sane.ds/rsrc.rc b/dlls/sane.ds/rsrc.rc
index c022575..ec0d7ac 100644
--- a/dlls/sane.ds/rsrc.rc
+++ b/dlls/sane.ds/rsrc.rc
@@ -27,6 +27,7 @@
#include "sane_De.rc"
#include "sane_En.rc"
+#include "sane_Es.rc"
#include "sane_Fi.rc"
#include "sane_Fr.rc"
#include "sane_Ko.rc"
diff --git a/dlls/sane.ds/sane_Es.rc b/dlls/sane.ds/sane_Es.rc
new file mode 100644
index 0000000..e6e0ab3
--- /dev/null
+++ b/dlls/sane.ds/sane_Es.rc
@@ -0,0 +1,40 @@
+/*
+ * Spanish resources for Twain
+ *
+ * Copyright 2007 Luis Carlos Busquets Pérez
+ *
+ * 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
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "Escaneando"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "Escaneando... Por favor espere",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+STRINGTABLE DISCARDABLE
+{
+ 0 ""
+ 1 "px"
+ 2 "b"
+ 3 "mm"
+ 4 "dpi"
+ 5 "%"
+ 6 "ns"
+}
Module: wine
Branch: master
Commit: e50543dbe141c1d3f71b1d91b83e30f5e5010054
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e50543dbe141c1d3f71b1d91b…
Author: Luis C. Busquets Pérez <luis.busquets(a)ilidium.com>
Date: Fri Dec 7 19:07:25 2007 +0100
msvfw32: Add Spanish resource.
---
dlls/msvfw32/msvfw32_Es.rc | 51 ++++++++++++++++++++++++++++++++++++++++++++
dlls/msvfw32/rsrc.rc | 1 +
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dlls/msvfw32/msvfw32_Es.rc b/dlls/msvfw32/msvfw32_Es.rc
new file mode 100644
index 0000000..0f3803b
--- /dev/null
+++ b/dlls/msvfw32/msvfw32_Es.rc
@@ -0,0 +1,51 @@
+/*
+ * Copyright 2007 Luis Carlos Busquets Pérez
+ *
+ * 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
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+
+ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE 36, 24, 187, 95
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Compresión de vídeo"
+FONT 8, "MS Shell Dlg"
+{
+ DEFPUSHBUTTON "Aceptar",IDOK,129,2,49,14
+ PUSHBUTTON "Cancelar",IDCANCEL,129,18,49,14
+
+ LTEXT "&Compresor:",-1,9,6,105,8
+ COMBOBOX 880,9,16,111,67,CBS_DROPDOWNLIST|WS_VSCROLL|WS_TABSTOP
+
+ PUSHBUTTON "C&onfigurar...",882,129,36,49,14
+ PUSHBUTTON "&Acerca de...",883,129,52,49,14
+
+ SCROLLBAR 884,9,44,111,9,WS_TABSTOP
+
+ LTEXT "C&alidad de compresión:",886,9,34,80,8
+
+ CONTROL "C&uadro clave cada",887,"Botón",BS_AUTOCHECKBOX|WS_TABSTOP,9,60,66,12
+ EDITTEXT 888,78,60,22,12
+ LTEXT "cuadros",889,103,62,26,10
+
+ CONTROL "&Velocidad de datos",894,"Botón",BS_AUTOCHECKBOX|WS_TABSTOP,9,76,66,12
+ EDITTEXT 895,78,76,22,12
+ LTEXT "KB/s",896,102,78,26,10
+}
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_FULLFRAMES "Cuadros completos (no comprimidos)"
+}
diff --git a/dlls/msvfw32/rsrc.rc b/dlls/msvfw32/rsrc.rc
index 089c0b2..802ffb3 100644
--- a/dlls/msvfw32/rsrc.rc
+++ b/dlls/msvfw32/rsrc.rc
@@ -22,6 +22,7 @@
#include "msvfw32_De.rc"
#include "msvfw32_En.rc"
+#include "msvfw32_Es.rc"
#include "msvfw32_Fr.rc"
#include "msvfw32_Hu.rc"
#include "msvfw32_Ko.rc"
Module: wine
Branch: master
Commit: 0acf65879283046b86c1c2b013fe02d20822b2cb
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0acf65879283046b86c1c2b01…
Author: Luis C. Busquets Pérez <luis.busquets(a)ilidium.com>
Date: Fri Dec 7 19:00:14 2007 +0100
credui: Add Spanish resource.
---
dlls/credui/credui.rc | 1 +
dlls/credui/credui_Es.rc | 50 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/dlls/credui/credui.rc b/dlls/credui/credui.rc
index f62fd3d..181e3b3 100644
--- a/dlls/credui/credui.rc
+++ b/dlls/credui/credui.rc
@@ -29,6 +29,7 @@ IDB_BANNER BITMAP LOADONCALL DISCARDABLE banner.bmp
#include "credui_De.rc"
#include "credui_En.rc"
+#include "credui_Es.rc"
#include "credui_Fr.rc"
#include "credui_Ko.rc"
#include "credui_No.rc"
diff --git a/dlls/credui/credui_Es.rc b/dlls/credui/credui_Es.rc
new file mode 100644
index 0000000..821d8dd
--- /dev/null
+++ b/dlls/credui/credui_Es.rc
@@ -0,0 +1,50 @@
+/*
+ * Spanish language resource file for Credentials UI
+ *
+ * Copyright 2007 Luis Carlos Busquets Pérez
+ *
+ * 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
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+
+IDD_CREDDIALOG DIALOG DISCARDABLE 0, 0, 213, 149
+STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "IDS_TITLEFORMAT"
+FONT 8, "MS Shell Dlg"
+BEGIN
+ CONTROL IDB_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE,0,
+ 0,213,37
+ LTEXT "IDS_MESSAGEFORMAT",IDC_MESSAGE,8,48,199,8,NOT WS_GROUP
+ LTEXT "&Usuario:",IDC_STATIC,8,62,72,12,SS_CENTERIMAGE
+ CONTROL "",IDC_USERNAME,"ComboBoxEx32",CBS_DROPDOWN |
+ CBS_NOINTEGRALHEIGHT | WS_TABSTOP,80,62,126,87
+ LTEXT "&Contraseña:",IDC_STATIC,8,80,72,12,SS_CENTERIMAGE
+ EDITTEXT IDC_PASSWORD,80,80,126,12,ES_PASSWORD | ES_AUTOHSCROLL
+ CONTROL "&Recordar mi contraseña",IDC_SAVE,"Botón",
+ BS_AUTOCHECKBOX | WS_TABSTOP,80,98,126,12
+ DEFPUSHBUTTON "Aceptar",IDOK,97,128,50,14
+ PUSHBUTTON "Cancelar",IDCANCEL,156,128,50,14
+END
+
+STRINGTABLE DISCARDABLE
+{
+ IDS_TITLEFORMAT "Conectar a %s"
+ IDS_MESSAGEFORMAT "Conectando to %s"
+ IDS_INCORRECTPASSWORDTITLE "Identificación incorrecta"
+ IDS_INCORRECTPASSWORD "Asegúrese que su nombre de usuario\ny contraseña con correctos."
+ IDS_CAPSLOCKONTITLE "Bloq Mayus está activado"
+ IDS_CAPSLOCKON "El Bloq Mayus activado puede hacer que entre su contraseña incorrectamente.\n\nPulse la tecla Bloq Mayus de su teclado para desactivar Bloq Mayus antes\n de introducir su contraseña."
+}