[pkg-boinc-commits] r449 - in trunk/boinc/debian: . patches

Frank S. Thomas fst-guest at costa.debian.org
Sat Jun 10 15:40:24 UTC 2006


Author: fst-guest
Date: 2006-06-10 15:40:23 +0000 (Sat, 10 Jun 2006)
New Revision: 449

Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
Log:
* Updated the unicode patch.
* Added changelog entry for the last change.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-06-10 14:27:59 UTC (rev 448)
+++ trunk/boinc/debian/changelog	2006-06-10 15:40:23 UTC (rev 449)
@@ -10,8 +10,11 @@
   * debian/patches/:
     - Added new 03_wx2.6-with-unicode.dpatch to display the AM name correctly.
       See also Ubuntu bug #48246.
+  * Added a hint to use "update-alternatives --set x-www-browser [...]" to
+    manually set the x-www-browser alternative to boinc-manager's
+    README.Debian. See Ubuntu bug #48766 for more details.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat,  3 Jun 2006 23:34:13 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat, 10 Jun 2006 17:01:19 +0200
 
 boinc (5.4.9-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
===================================================================
--- trunk/boinc/debian/patches/03_wx2.6-with-unicode.dpatch	2006-06-10 14:27:59 UTC (rev 448)
+++ trunk/boinc/debian/patches/03_wx2.6-with-unicode.dpatch	2006-06-10 15:40:23 UTC (rev 449)
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad boinc-5.4.9~/clientgui/MainFrame.cpp boinc-5.4.9/clientgui/MainFrame.cpp
---- boinc-5.4.9~/clientgui/MainFrame.cpp	2006-06-03 23:21:46.000000000 +0200
-+++ boinc-5.4.9/clientgui/MainFrame.cpp	2006-06-03 23:24:41.000000000 +0200
+--- boinc-5.4.9~/clientgui/MainFrame.cpp	2006-06-10 17:25:55.000000000 +0200
++++ boinc-5.4.9/clientgui/MainFrame.cpp	2006-06-10 17:27:03.000000000 +0200
 @@ -366,11 +366,11 @@
      } else {
          strMenuName.Printf(
@@ -31,3 +31,23 @@
          );
          menuAdvanced->Append(
              ID_ADVANCEDAMDEFECT, 
+@@ -1220,7 +1220,7 @@
+ 
+         strTitle.Printf(
+             _("BOINC Manager - Detach from %s"), 
+-            ami.acct_mgr_name.c_str()
++            wxString(ami.acct_mgr_name.c_str(), wxConvUTF8).c_str()
+         );
+         strMessage.Printf(
+             _("If you defect from %s,\n"
+@@ -1228,8 +1228,8 @@
+               "but you'll have to manage projects manually.\n"
+               "\n"
+               "Do you want to defect from %s?"), 
+-            ami.acct_mgr_name.c_str(),
+-            ami.acct_mgr_name.c_str()
++            wxString(ami.acct_mgr_name.c_str(), wxConvUTF8).c_str(),
++            wxString(ami.acct_mgr_name.c_str(), wxConvUTF8).c_str()
+         );
+ 
+         iAnswer = ::wxMessageBox(




More information about the pkg-boinc-commits mailing list