Module: wine
Branch: master
Commit: f86ace9067289ce867e44e4e71ee2b543f5f25e7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f86ace9067289ce867e44e4e7…
Author: Rob Shearman <rob(a)codeweavers.com>
Date: Mon Apr 14 10:55:25 2008 +0100
include: The unique attribute doesn't make any sense in the interface header, so remove it.
It is only accepted by MIDL as a synonym for pointer_default(unique),
but it isn't a synonym in widl so remove it.
---
include/indexsrv.idl | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/indexsrv.idl b/include/indexsrv.idl
index 85e4e66..397e691 100644
--- a/include/indexsrv.idl
+++ b/include/indexsrv.idl
@@ -50,7 +50,6 @@ typedef enum tagWORDREP_BREAK_TYPE
* IWordSink interface
*/
[
- unique,
uuid(cc907054-c058-101a-b554-08002b33b0e6),
object,
local
@@ -77,7 +76,6 @@ interface IWordSink : IUnknown
* IPhraseSink interface
*/
[
- unique,
uuid(cc906ff0-c058-101a-b554-08002b33b0e6),
object,
local
@@ -99,7 +97,6 @@ interface IPhraseSink: IUnknown
* IWordBreaker interface
*/
[
- unique,
uuid(d53552c8-77e3-101a-b552-08002b33b0e6),
object,
local
Module: wine
Branch: master
Commit: a2a8d1ad19d4920aff0c034458aab87a7a707984
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a2a8d1ad19d4920aff0c03445…
Author: Rok Mandeljc <rok.mandeljc(a)email.si>
Date: Sat Apr 12 18:00:53 2008 +0200
shell32: Updated Slovenian translation to reflect changes in About dialog.
---
dlls/shell32/shell32_Si.rc | 30 +++++++++++++++++++++++++-----
1 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/dlls/shell32/shell32_Si.rc b/dlls/shell32/shell32_Si.rc
index d10ab6b..af7e5f2 100644
--- a/dlls/shell32/shell32_Si.rc
+++ b/dlls/shell32/shell32_Si.rc
@@ -138,17 +138,19 @@ FONT 8, "MS Shell Dlg"
LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
}
-SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
+SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 220, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "O %s"
FONT 10, "MS Shell Dlg"
{
- DEFPUSHBUTTON "V redu", IDOK, 153, 133, 50, 12, WS_TABSTOP
+ DEFPUSHBUTTON "V redu", IDOK, 153, 133, 60, 12, WS_TABSTOP
+ PUSHBUTTON "&Licenčna pog.", IDC_ABOUT_LICENSE, 153, 113, 60, 12, WS_TABSTOP
LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
ICON "", stc1, 10, 10, 30, 30
- LTEXT "", IDC_ABOUT_STATIC_TEXT1, 40, 10, 137, 10
- LTEXT "", IDC_ABOUT_STATIC_TEXT2, 40, 22, 137, 10
- LTEXT "Wine smo ustvarili:", IDC_ABOUT_WINE_TEXT, 8, 55, 137, 10
+ LTEXT "", IDC_ABOUT_STATIC_TEXT1, 42, 10, 170, 10
+ LTEXT "", IDC_ABOUT_STATIC_TEXT2, 42, 22, 170, 10
+ LTEXT "Različica Wine: %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 170, 10
+ LTEXT "Wine smo ustvarili:", IDC_ABOUT_WINE_TEXT, 8, 54, 204, 10
}
SHELL_RUN_DLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 227, 95
@@ -250,4 +252,22 @@ STRINGTABLE
IDS_NEWFOLDER "Nova mapa"
}
+STRINGTABLE
+{
+ IDS_LICENSE_CAPTION, "Licenčna pogodba za Wine"
+IDS_LICENSE,
+"Wine 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.\n\n\
+Wine 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.\n\n\
+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."
+}
+
+
#pragma code_page(default)
Module: wine
Branch: master
Commit: 7445e90b7ad1f0a5a74a4934e8082335b826025a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7445e90b7ad1f0a5a74a4934e…
Author: Rok Mandeljc <rok.mandeljc(a)email.si>
Date: Sat Apr 12 18:00:57 2008 +0200
winecfg: Update Slovenian translation to reflect recently introduced changes.
---
programs/winecfg/Si.rc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/programs/winecfg/Si.rc b/programs/winecfg/Si.rc
index f560760..59df1e8 100644
--- a/programs/winecfg/Si.rc
+++ b/programs/winecfg/Si.rc
@@ -64,7 +64,9 @@ FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX " Nastavitve oken ",IDC_STATIC,8,4,244,184
- CONTROL "Dovoli DirectX programom, da preprečijo &miški zapuščanje njihovega okna",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,19,230,8
+ CONTROL "Dovoli DirectX programom, da preprečijo &miški zapuščanje okna",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,20,230,8
+
+ CONTROL "Dovoli upravljalniku oken, da okra&si okna",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,30,230,8
CONTROL "Dovoli upravljalniku &oken, da upravlja z Wine-ovimi okni",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,40,230,8
LTEXT "Če z Wine-ovimi okni upravlja upravljalnik oken, so robovi, obnašanje in ostale nastavitve le-teh enake, kot za ostala okna vašega namizja, kar omogoča boljšo združitev z vašim namizjem.\n\nV nasprotnem primeru okna ne bodo tako tesno povezana z vašim namizjem, kar pa v nekaterih primerih omogoča pravilnejšo emulacijo in izboljša delovanje nekaterih programoh.",
Module: wine
Branch: master
Commit: f261e6db4d6befa5893600199c6cac3acd23fe94
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f261e6db4d6befa5893600199…
Author: Rok Mandeljc <rok.mandeljc(a)email.si>
Date: Sat Apr 12 18:00:54 2008 +0200
winmm: Slovenian translation: Add a string that got lost during last update.
---
dlls/winmm/winmm_Si.rc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/winmm/winmm_Si.rc b/dlls/winmm/winmm_Si.rc
index 1146e74..c4c11d0 100644
--- a/dlls/winmm/winmm_Si.rc
+++ b/dlls/winmm/winmm_Si.rc
@@ -50,6 +50,7 @@ MIDIERR_NODEVICE, "Trenutna nastavitev MIDI se sklicuje na MIDI napravo, ki ni
MIDIERR_INVALIDSETUP, "Trenutna nastavitev MIDI je pošodovana. Namestite originalno datoteko MIDIMAP.CFG v sistemsko mapo Oken in poskusite znova."
/* MCI errors */
+MCIERR_INVALID_DEVICE_ID, "Neveljaven ID MCI naprave. Uporabite ID, ki ga vrne odpiranje MCI naprave."
MCIERR_UNRECOGNIZED_KEYWORD, "Naveden parameter ukaza ni definiran v naboru MCI ukazov."
MCIERR_UNRECOGNIZED_COMMAND, "Naveden ukaz je neveljaven MCI ukaz."
MCIERR_HARDWARE, "Z večpredstavnostno napravo so težave. Preverite, ali naprava deluje pravilno ali pa se posvetujte z izdelovalcem."
Module: wine
Branch: master
Commit: 7a651e1c159852907f5f811d6ce1ee7655f14aad
URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a651e1c159852907f5f811d6…
Author: Vitaliy Margolen <wine-patches(a)kievinfo.com>
Date: Sun Apr 13 10:26:24 2008 -0600
gphoto2.ds: Add Russian translation.
---
dlls/gphoto2.ds/gphoto2_Ru.rc | 52 +++++++++++++++++++++++++++++++++++++++++
dlls/gphoto2.ds/rsrc.rc | 1 +
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/dlls/gphoto2.ds/gphoto2_Ru.rc b/dlls/gphoto2.ds/gphoto2_Ru.rc
new file mode 100644
index 0000000..9ac3c11
--- /dev/null
+++ b/dlls/gphoto2.ds/gphoto2_Ru.rc
@@ -0,0 +1,52 @@
+/*
+ * Russian resources for Twain
+ *
+ * Copyright 2008 Vitaliy Margolen
+ *
+ * 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_RUSSIAN, SUBLANG_DEFAULT
+
+IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273
+STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "����� � ������"
+MENU 20545
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "������1",IDC_LIST1,"SysListView32", LVS_ICON | WS_BORDER | WS_TABSTOP,7,7,358,229
+ DEFPUSHBUTTON "��������� ���������",IDC_IMPORT,152,252,72,14
+ PUSHBUTTON "��������",IDC_FETCH,7,252,64,14
+ PUSHBUTTON "��������� ���",IDC_IMPORTALL,80,252,64,14
+ CONTROL "������ �� ����������",IDC_SKIP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,230,252,76,14
+ PUSHBUTTON "�����",IDC_EXIT,315,252,50,14
+END
+
+IDD_DIALOG1 DIALOG DISCARDABLE 0, 0, 186, 46
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
+CAPTION "��������"
+FONT 8, "MS Sans Serif"
+BEGIN
+ LTEXT "��������.... �����",IDC_STATIC,5,19,176,8, SS_CENTER
+END
+
+IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 280, 116
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU| WS_VISIBLE | DS_CENTER
+CAPTION "����������� � ������"
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "",IDC_BITMAP,"Static",SS_BITMAP|SS_CENTERIMAGE,4,4,110,110
+ LTEXT "����������� � ������... �����",IDC_STATIC,128,58,116,8
+END
diff --git a/dlls/gphoto2.ds/rsrc.rc b/dlls/gphoto2.ds/rsrc.rc
index 9df3c28..5359e66 100644
--- a/dlls/gphoto2.ds/rsrc.rc
+++ b/dlls/gphoto2.ds/rsrc.rc
@@ -34,5 +34,6 @@
#include "gphoto2_Nl.rc"
#include "gphoto2_No.rc"
#include "gphoto2_Pl.rc"
+#include "gphoto2_Ru.rc"
#include "gphoto2_Si.rc"
#include "gphoto2_Sv.rc"
Module: wine
Branch: master
Commit: 0c6311ea35c99af5af5b50ebf4cc716c77b43141
URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c6311ea35c99af5af5b50ebf…
Author: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>
Date: Sun Apr 13 01:48:36 2008 +0200
winecfg: Update Norwegian Bokmål resource.
---
programs/winecfg/No.rc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/programs/winecfg/No.rc b/programs/winecfg/No.rc
index 384a197..2029336 100644
--- a/programs/winecfg/No.rc
+++ b/programs/winecfg/No.rc
@@ -60,9 +60,11 @@ IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
- GROUPBOX " Vinduinnstillinger ",IDC_STATIC,8,5,244,180
+ GROUPBOX " Vinduinnstillinger ",IDC_STATIC,8,4,244,184
- CONTROL "Tillat DirectX-programmer � hindre musen fra � forlate vinduet",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,19,230,8
+ CONTROL "Tillat DirectX-programmer � hindre musen fra � forlate vinduet",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,20,230,8
+
+ CONTROL "Tillat vindusbehandleren � &dekorere vinduer",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,30,230,8
CONTROL "Tillat vindusbehandleren � kontrollere vinduene",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,40,230,8
LTEXT "Hvis vinduer kontrolleres av din standardvindusbehandler, f�r de vanlige rammer, og respekterer det virtuelle skrivebordet ditt og vises i vinduslisten.\n\nHvis de er ukontrollerte er de koblet fra vindusbehandleren. Dette betyr at de ikke integreres like godt med skrivebordet ditt, men emuleringen blir mer presis s�nn at noen programmer virker bedre.",
Module: wine
Branch: master
Commit: d0cf2342df427afa6d0c5f367f83b55f578e56e4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d0cf2342df427afa6d0c5f367…
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Fri Apr 11 09:07:31 2008 -0500
user32: Make sure there is space for at least 6 items in a combo dropdown without forcing it to be at most 6 items as well.
---
dlls/user32/combo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c
index 14eebe8..0e66b7d 100644
--- a/dlls/user32/combo.c
+++ b/dlls/user32/combo.c
@@ -1107,7 +1107,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
{
if (nItems < 5)
nDroppedHeight = (nItems+1)*nIHeight;
- else
+ else if (nDroppedHeight < 6*nIHeight)
nDroppedHeight = 6*nIHeight;
}
}