Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LETARTARE on March 20, 2012, 09:10:44 am

Title: errors into 'wxSmithContribItems.cbp'
Post by: LETARTARE on March 20, 2012, 09:10:44 am
I found inaccuracies 'wxSmithContribItems.cbp' (C :: B r7900)
1 - file 'wxSmithKWIC.h' does not exist
2 - the images 'ImageButton?. Xpm', ... do not exist, you must name them 'wxImageButton ...'
3 - the images 'ImagePanel?. Xpm', ... do not exist, you must name them 'wxImagePanel ...'

Here's the patch

Quote
Index: src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cbp
===================================================================
--- src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cbp   (rĂ©vision 7900)
+++ src/plugins/contrib/wxSmithContribItems/wxSmithContribItems.cbp   (copie de travail)
@@ -111,7 +111,6 @@
       <Unit filename="wxSmithKWIC\images\linmet32.xpm" />
       <Unit filename="wxSmithKWIC\images\linreg16.xpm" />
       <Unit filename="wxSmithKWIC\images\linreg32.xpm" />
-      <Unit filename="wxSmithKWIC\wxSmithKWIC.h" />
       <Unit filename="wxSmithKWIC\wxsangularmeter.cpp" />
       <Unit filename="wxSmithKWIC\wxsangularmeter.h" />
       <Unit filename="wxSmithKWIC\wxsangularregulator.cpp" />
@@ -144,12 +143,8 @@
       <Unit filename="wxgbsizer\images\wxGridBagSizer32.xpm" />
       <Unit filename="wxgbsizer\wxsGridBagSizer.cpp" />
       <Unit filename="wxgbsizer\wxsGridBagSizer.h" />
-      <Unit filename="wximagebutton\ImageButton16.xpm" />
-      <Unit filename="wximagebutton\ImageButton32.xpm" />
       <Unit filename="wximagebutton\wxsImageButton.cpp" />
       <Unit filename="wximagebutton\wxsImageButton.h" />
-      <Unit filename="wximagepanel\ImagePanel16.xpm" />
-      <Unit filename="wximagepanel\ImagePanel32.xpm" />
       <Unit filename="wximagepanel\wxsimagepanel.cpp" />
       <Unit filename="wximagepanel\wxsimagepanel.h" />
       <Unit filename="wxled\images\LedNumber16.xpm" />

good day
Title: Re: errors into 'wxSmithContribItems.cbp'
Post by: Jenna on March 20, 2012, 09:33:42 am
Should be fixed in trunk (svn r7905).
Thanks for reporting !