b573f93bdb
feedback and ok from jolan@ and pedro@; testing in sparc* and ppc would be nice.
15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
$OpenBSD: patch-src_amuleDlg_cpp,v 1.1.1.1 2005/06/07 17:24:49 fgsch Exp $
|
|
--- src/amuleDlg.cpp.orig Sun Jun 5 15:53:03 2005
|
|
+++ src/amuleDlg.cpp Sun Jun 5 15:55:58 2005
|
|
@@ -169,7 +169,10 @@ CamuleDlg::CamuleDlg(wxWindow* pParent,
|
|
return;
|
|
}
|
|
|
|
+#ifndef __amd64__
|
|
+ /* This makes the app coredump later in amd64.. wxWidgets? */
|
|
SetIcon(wxICON(aMule));
|
|
+#endif
|
|
|
|
srand(time(NULL));
|
|
|