Patch #3473 2013-05-31 15:19

hsolter

Remove invalid font entries in some resources(Debug assert)
Download
3473-Remove_invalid.patch (1.1 KB)
Category
Application::Bugfix
Status
Accepted
Close date
2013-06-01 10:50
Assigned to
biplab
Index: src/src/resources/app_compiler_settings.xrc
===================================================================
--- src/src/resources/app_compiler_settings.xrc    (revision 9123)
+++ src/src/resources/app_compiler_settings.xrc    (working copy)
@@ -25,7 +25,6 @@
                                     <style>normal</style>
                                     <weight>bold</weight>
                                     <underlined>0</underlined>
-                                    <family>default</family>
                                 </font>
                                 <style>wxALIGN_CENTRE|wxNO_BORDER|wxTRANSPARENT_WINDOW</style>
                             </object>
Index: src/src/resources/dlg_about.xrc
===================================================================
--- src/src/resources/dlg_about.xrc    (revision 9123)
+++ src/src/resources/dlg_about.xrc    (working copy)
@@ -13,7 +13,6 @@
             <style>normal</style>
             <weight>normal</weight>
             <underlined>0</underlined>
-            <family>default</family>
             <face>Arial</face>
           </font>
         </object>
hsolter 2013-05-31 15:22

These three patches are for fixing debug assertions from wx2.9.5. No side effects on wx2.8.12