User: ihi     
Date: 2007-11-21 15:57:05+0000
Modified:
   dba/dbaccess/source/ui/dlg/detailpages.cxx

Log:
 INTEGRATION: CWS dba24c (1.47.40); FILE MERGED
 2007/10/29 22:44:08 fs 1.47.40.2: merging changes from CWS dba24b herein, to 
not wait for later resync
 2007/10/09 21:14:26 fs 1.47.40.1: changed the message box about un/successful 
JDBC driver class test to contain one line only

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: detailpages.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.48&r2=1.49
Delta lines:  +1 -4
-------------------
--- detailpages.cxx     2007-11-01 15:12:32+0000        1.48
+++ detailpages.cxx     2007-11-21 15:57:03+0000        1.49
@@ -684,10 +684,7 @@
                }
 
                USHORT nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : 
STR_JDBCDRIVER_NO_SUCCESS;
-
-               String aMessage = String(ModuleRes(nMessage));
-               String sTitle(ModuleRes(STR_JDBCDRIVER_TEST));
-               OSQLMessageBox aMsg(this,sTitle,aMessage);
+               OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), 
String() );
                aMsg.Execute();
                return 0L;
        }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to