Revision: 7421
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7421&view=rev
Author:   vadz
Date:     2008-04-20 19:15:58 -0700 (Sun, 20 Apr 2008)

Log Message:
-----------
compilation fix after last commit

Modified Paths:
--------------
    trunk/M/src/gui/wxMDialogs.cpp

Modified: trunk/M/src/gui/wxMDialogs.cpp
===================================================================
--- trunk/M/src/gui/wxMDialogs.cpp      2008-04-21 01:59:12 UTC (rev 7420)
+++ trunk/M/src/gui/wxMDialogs.cpp      2008-04-21 02:15:58 UTC (rev 7421)
@@ -2479,7 +2479,7 @@
       labelAdd->SetConstraints(c);
 
       m_textAdd = new wxTextCtrl(this, Text_Add, "",
-                                 wxDefaultSize, wxDefaultPosition,
+                                 wxDefaultPosition, wxDefaultSize,
                                  wxTE_PROCESS_ENTER);
       c = new wxLayoutConstraints();
       c->left.RightOf(labelAdd, LAYOUT_X_MARGIN);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to