Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19704/src/gui

Modified Files:
        wxMDialogs.cpp 
Log Message:
new splash (about) picture

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.424
retrieving revision 1.425
diff -b -u -2 -r1.424 -r1.425
--- wxMDialogs.cpp      9 Apr 2006 20:25:10 -0000       1.424
+++ wxMDialogs.cpp      28 May 2006 23:31:47 -0000      1.425
@@ -1044,5 +1044,5 @@
    // FIXME: have to hard code the size because there is no way to get the
    //        size of HTML page
-   sp->SplitHorizontally(top, bottom, 260);
+   sp->SplitHorizontally(top, bottom, 240);
 
    wxMemoryFSHandler::AddFile(_T("splash") MEMORY_FS_FILE_EXT, 
wxBITMAP(Msplash), MEMORY_FS_FILE_FMT);
@@ -1089,4 +1089,5 @@
 
    pageHtmlText << _T("<body text=#000000 bgcolor=#ffffff>"
+                   "<body text=#000000 bgcolor=#ffffff>"
                    "<font face=\"Times New Roman,times\">"
 
@@ -1143,5 +1144,5 @@
                    HTML_IMAGE(wxlogo)
                 << _("Mahogany is built on the cross-platform C++ framework "
-                     "wxWindows (http://www.wxwindows.org/).")
+                     "wxWidgets (http://www.wxwidgets.org/).")
                 << _T("<p>")
                 << _("This product includes software developed and copyright "
@@ -1209,5 +1210,5 @@
                       // hard coding the size is ugly but how to know how much 
space the HTML
                       // page needs (vertically)? (FIXME)
-                      wxSize(400, 480),
+                      wxSize(320, 480),
                       /* no border styles at all */ wxSTAY_ON_TOP )
 {



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to