User: obo Date: 2008-07-25 07:49:08+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: INTEGRATION: CWS dba30g (1.202.12); FILE MERGED 2008/07/15 07:58:14 fs 1.202.12.1: re-enable administration File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.202&r2=1.203 Delta lines: +4 -0 ------------------- --- unodatbr.cxx 2008-06-25 12:43:03+0000 1.202 +++ unodatbr.cxx 2008-07-25 07:49:06+0000 1.203 @@ -1525,6 +1525,10 @@ switch ( nId ) { + case ID_TREE_ADMINISTRATE: + aReturn.bEnabled = true; + return aReturn; + case ID_BROWSER_CLOSE: // the close button should always be enabled aReturn.bEnabled = !m_bEnableBrowser; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
