Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22366/src/prefs
Modified Files:
PrefsDialog.cpp
Log Message:
Fix assertion...
Index: PrefsDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/PrefsDialog.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- PrefsDialog.cpp 14 Jun 2009 04:55:55 -0000 1.65
+++ PrefsDialog.cpp 14 Jun 2009 05:30:14 -0000 1.66
@@ -130,7 +130,7 @@
Fit();
wxSize sz = GetSize();
- wxASSERT_MSG(sz.x > 800 || sz.y > 600, wxT("Preferences dialog exceeds max
size"));
+ wxASSERT_MSG(sz.x <= 800 && sz.y <= 600, wxT("Preferences dialog exceeds
max size"));
if (sz.x > 800) {
sz.x = 800;
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs