[PATCH] Wine: Fix bug 10000

Detlef Riekenberg wine.dev at web.de
Thu Apr 1 11:07:26 CDT 2010


---
 programs/wineboot/wineboot.c     |    2 ++
 programs/wineboot/wineboot_De.rc |    2 +-
 programs/wineboot/wineboot_En.rc |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index 32ac3ac..2e318e1 100644
--- a/programs/wineboot/wineboot.c
+++ b/programs/wineboot/wineboot.c
@@ -1170,6 +1170,8 @@ int main( int argc, char *argv[] )
         ProcessRunKeys( HKEY_LOCAL_MACHINE, runkeys_names[RUNKEY_RUNSERVICES], FALSE, FALSE );
         start_services_process();
     }
+
+    update = 1; /* Fix Bug 10000 */
     if (init || update) update_wineprefix( update );
 
     create_volatile_environment_registry_key();
diff --git a/programs/wineboot/wineboot_De.rc b/programs/wineboot/wineboot_De.rc
index 2bfc03d..faf369f 100644
--- a/programs/wineboot/wineboot_De.rc
+++ b/programs/wineboot/wineboot_De.rc
@@ -45,6 +45,6 @@ CAPTION "Wine"
 FONT 8, "MS Shell Dlg"
 BEGIN
     ICON "", IDC_WAITICON, 3, 3, 10, 10
-    LTEXT "Die Konfiguration von Wine in %s wird aktualisiert, bitte warten...",
+    LTEXT "Die Weltherrschaft von Windows wird an Wine übergeben, bitte warten...",
           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
 END
diff --git a/programs/wineboot/wineboot_En.rc b/programs/wineboot/wineboot_En.rc
index 2b6720b..7c87a62 100644
--- a/programs/wineboot/wineboot_En.rc
+++ b/programs/wineboot/wineboot_En.rc
@@ -42,6 +42,6 @@ CAPTION "Wine"
 FONT 8, "MS Shell Dlg"
 BEGIN
     ICON "", IDC_WAITICON, 3, 3, 10, 10
-    LTEXT "The Wine configuration in %s is being updated, please wait...",
+    LTEXT "World domination is moving from Windows to Wine, please wait...",
           IDC_WAITTEXT, 40, 5, 150, 40, SS_NOPREFIX
 END
-- 
1.7.0




More information about the wine-patches mailing list