Revision: 7357
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7357&view=rev
Author:   vadz
Date:     2007-09-05 12:56:24 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
fix linking of ANSI build: EnsureAvailableTextEncoding() should only be 
available in ANSI build, not in the Unicode one

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

Modified: trunk/M/src/gui/wxMGuiUtils.cpp
===================================================================
--- trunk/M/src/gui/wxMGuiUtils.cpp     2007-09-01 21:37:53 UTC (rev 7356)
+++ trunk/M/src/gui/wxMGuiUtils.cpp     2007-09-05 19:56:24 UTC (rev 7357)
@@ -31,7 +31,7 @@
 // implementation
 // ============================================================================
 
-#if wxUSE_UNICODE
+#if !wxUSE_UNICODE
 
 bool
 EnsureAvailableTextEncoding(wxFontEncoding *enc, wxString *text, bool 
mayAskUser)


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to