Tag: cws_src680_dba30
User: fs      
Date: 06/05/22 03:31:37

Modified:
 /dba/dbaccess/source/ui/browser/
  sbabrw.src

Log:
 #i54504#

File Changes:

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

File [changed]: sbabrw.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/sbabrw.src?r1=1.101.16.2&r2=1.101.16.3
Delta lines:  +29 -32
---------------------
--- sbabrw.src  20 Apr 2006 06:48:36 -0000      1.101.16.2
+++ sbabrw.src  22 May 2006 10:31:34 -0000      1.101.16.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sbabrw.src,v $
  *
- *  $Revision: 1.101.16.2 $
+ *  $Revision: 1.101.16.3 $
  *
- *  last change: $Author: oj $ $Date: 2006/04/20 06:48:36 $
+ *  last change: $Author: fs $ $Date: 2006/05/22 10:31:34 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -135,8 +135,8 @@
 #define MID_ADMINISTRATE       \
        Identifier = ID_TREE_ADMINISTRATE ;     \
        HelpId = HID_BROWSER_ADMINISTRATE;      \
-       Text [ de ] = "Datenbank-Registrierungen ..." ; \
-       Text [ en-US ] = "Database Registrations ..." ;\
+       Text [ de ] = "Registrierte Datenbanken ..." ;  \
+       Text [ en-US ] = "Registered databases ..." ;\
 
 #define MID_CLOSECONN  \
        Identifier = ID_TREE_CLOSE_CONN ;       \
@@ -150,23 +150,27 @@
        Text [ de ] = "Verbindung e~rneuern" ;  \
        Text [ en-US ] = "~Refresh Connection" ;        \
 
-#define MITEMS_DEFAULT \
+Menu MENU_BROWSER_DEFAULTCONTEXT
+{
+       ItemList =
+       {
        MenuItem        \
        {       \
                MID_EDIT_DATABASE       \
        };      \
        MenuItem        \
        {       \
-               Separator = TRUE;       \
+                   MID_CLOSECONN       \
        };      \
        MenuItem        \
        {       \
-               MID_CLOSECONN   \
+                   MID_REFRESHCONN     \
        };      \
        MenuItem        \
        {       \
-               MID_REFRESHCONN \
+                   Separator = TRUE;   \
        };      \
+               MenuItem { ITEM_EDIT_COPY               };
        MenuItem        \
        {       \
                Separator = TRUE;       \
@@ -175,13 +179,6 @@
        {       \
                MID_ADMINISTRATE        \
        };
-
-Menu MENU_BROWSER_DEFAULTCONTEXT
-{
-       ItemList =
-       {
-               MITEMS_DEFAULT
-               MenuItem { ITEM_EDIT_COPY               };
        };
 };
 




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

Reply via email to