Module: wine
Branch: master
Commit: 3f90cb8c9e9c542faa5a8535dbea192b21aeb425
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f90cb8c9e9c542faa5a8535d…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Wed Nov 30 01:13:22 2011 +0100
ntdll: Move a return out of a #ifdef.
---
dlls/ntdll/signal_sparc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ntdll/signal_sparc.c b/dlls/ntdll/signal_sparc.c
index ac9ee9c..798397d 100644
--- a/dlls/ntdll/signal_sparc.c
+++ b/dlls/ntdll/signal_sparc.c
@@ -818,9 +818,9 @@ void signal_init_process(void)
this is correct, because that is what x86 does, or it is harmful
because it could obscure problems in user code */
__asm__("ta 6"); /* 6 == ST_FIX_ALIGN defined in sys/trap.h */
- return;
#endif
+ return;
error:
perror("sigaction");
exit(1);
Module: wine
Branch: master
Commit: 8a1d690ad47199c0574dc63c1399e3b5a00f5e8b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8a1d690ad47199c0574dc63c1…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue Nov 29 19:04:06 2011 +0100
po: Update German translation.
---
po/de.po | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/po/de.po b/po/de.po
index 7c0dc12..99d2fe2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Wine\n"
"Report-Msgid-Bugs-To: http://bugs.winehq.org\n"
"POT-Creation-Date: N/A\n"
-"PO-Revision-Date: 2011-11-24 22:08+0100\n"
+"PO-Revision-Date: 2011-11-29 18:54+0100\n"
"Last-Translator: André Hentschel\n"
"Language-Team: none\n"
"Language: German\n"
@@ -12282,7 +12282,6 @@ msgstr ""
"Wir entschuldigen uns für die Unannehmlichkeit."
#: winedbg.rc:53
-#, fuzzy
msgid ""
"This can be caused by a problem in the program or a deficiency in Wine. You "
"may want to check the <a href=\"http://appdb.winehq.org\">Application "
@@ -12292,11 +12291,12 @@ msgid ""
"you can <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a>."
msgstr ""
"Die Ursache kann ein Problem im Programm oder ein Fehler in Wine sein. Sie "
-"können unter http://appdb.winehq.org Tipps zum ausführen der Anwendung "
-"einholen.\n"
+"können in der <a href=\"http://appdb.winehq.org\">Anwendungsdatenbank</a> "
+"Tipps zum ausführen der Anwendung einholen.\n"
"\n"
"Tritt dieses Problem unter Windows nicht auf und wurde es noch nicht "
-"gemeldet, können Sie unter http://bugs.winehq.org einen Eintrag hinterlassen."
+"gemeldet, können Sie <a href=\"http://wiki.winehq.org/Bugs\">einen "
+"Fehlerbericht hinterlassen</a>."
#: winedbg.rc:35
msgid "Wine program crash"