parent
aeb88d8503
commit
d1b5d9aa54
@ -1 +1 @@
|
||||
wine-1.1.12-fe.tar.bz2
|
||||
wine-1.1.14-fe.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
038acc9568ecf813ecd0b108e83a946d wine-1.1.12-fe.tar.bz2
|
||||
2ba8d6bcddf2b969da0281f867b713dd wine-1.1.14-fe.tar.bz2
|
||||
|
@ -1,9 +1,10 @@
|
||||
--- tools/wine.desktop.orig 2008-07-28 20:36:29.000000000 +0200
|
||||
+++ tools/wine.desktop 2008-07-28 20:36:43.000000000 +0200
|
||||
@@ -16,5 +16,5 @@
|
||||
--- tools/wine.desktop.orig 2009-01-17 09:46:27.000000000 +0100
|
||||
+++ tools/wine.desktop 2009-01-17 09:46:59.000000000 +0100
|
||||
@@ -16,6 +16,6 @@
|
||||
Name[nb]=Wine Programlaster for Windowsapplikasjoner
|
||||
Name[nn]=Wine Programlaster for Windowsapplikasjoner
|
||||
Exec=wine start /unix %f
|
||||
-MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;vms/exe;application/x-winexe;application/msdos-windows;application/x-zip-compressed;application/x-executable;application/x-msi;
|
||||
+MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;vms/exe;application/x-winexe;application/msdos-windows;application/x-zip-compressed;application/x-msi;
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
|
@ -0,0 +1,49 @@
|
||||
diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
|
||||
index 1a07d71..7f45434 100644
|
||||
--- a/programs/winecfg/En.rc
|
||||
+++ b/programs/winecfg/En.rc
|
||||
@@ -276,6 +276,7 @@ BEGIN
|
||||
IDS_DRIVER_NAS "NAS Driver"
|
||||
IDS_DRIVER_AUDIOIO "Audio IO (Solaris) Driver"
|
||||
IDS_DRIVER_COREAUDIO "CoreAudio Driver"
|
||||
+ IDS_DRIVER_PULSE "PulseAudio Driver"
|
||||
IDS_OPEN_DRIVER_ERROR "Couldn't open %s!"
|
||||
IDS_SOUNDDRIVERS "Sound Drivers"
|
||||
IDS_DEVICES_WAVEOUT "Wave Out Devices"
|
||||
diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c
|
||||
index 3ce0e25..b716d25 100644
|
||||
--- a/programs/winecfg/audio.c
|
||||
+++ b/programs/winecfg/audio.c
|
||||
@@ -95,6 +95,7 @@ static const AUDIO_DRIVER sAudioDrivers[] = {
|
||||
{IDS_DRIVER_NAS, "nas"},
|
||||
{IDS_DRIVER_ESOUND, "esd"},
|
||||
{IDS_DRIVER_AUDIOIO, "audioio"},
|
||||
+ {IDS_DRIVER_PULSE, "pulse"},
|
||||
{0, ""}
|
||||
};
|
||||
|
||||
diff --git a/programs/winecfg/libraries.c b/programs/winecfg/libraries.c
|
||||
index 92dd970..42b6e41 100644
|
||||
--- a/programs/winecfg/libraries.c
|
||||
+++ b/programs/winecfg/libraries.c
|
||||
@@ -79,6 +79,7 @@ static const char * const builtin_only[] =
|
||||
"wineoss.drv",
|
||||
"wineps",
|
||||
"wineps.drv",
|
||||
+ "winepulse.drv",
|
||||
"winex11.drv",
|
||||
"winmm",
|
||||
"wintab32",
|
||||
diff --git a/programs/winecfg/resource.h b/programs/winecfg/resource.h
|
||||
index 2182c29..b8f07fb 100644
|
||||
--- a/programs/winecfg/resource.h
|
||||
+++ b/programs/winecfg/resource.h
|
||||
@@ -180,6 +180,7 @@
|
||||
#define IDS_ACCEL_BASIC 8302
|
||||
#define IDS_ACCEL_EMULATION 8303
|
||||
#define IDS_DRIVER_ALSA 8304
|
||||
+#define IDS_DRIVER_PULSE 8305
|
||||
|
||||
#define IDS_DRIVER_ESOUND 8306
|
||||
#define IDS_DRIVER_OSS 8307
|
||||
|
Loading…
Reference in new issue