summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 09:23:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 09:26:18 +0000
commit0d2a2527a87174a3234fa734815acb3d40a64d28 (patch)
treeaeaab3d251ff626c3e56f80b524d7a7e39c72b41 /dbaccess/source/ui/app
parent0fc0acb52529a3cc8e2ff2c17e074cf6ac8ba1a7 (diff)
make these resources non-local, simplifies for ui conversion
Change-Id: I2654cf0522f2f04cd4a14d0e04f18f26e175e354
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx3
-rw-r--r--dbaccess/source/ui/app/app.src15
2 files changed, 16 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index f5da59101f8e..72fe127a3e83 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2890,8 +2890,7 @@ void SAL_CALL OApplicationController::removeSelectionChangeListener( const Refer
case DatabaseObjectContainer::DATA_SOURCE:
{
OUString sMessage(
- OUString(
- OUString(ModuleRes(RID_STR_UNSUPPORTED_OBJECT_TYPE))).
+ OUString(ModuleRes(RID_STR_UNSUPPORTED_OBJECT_TYPE)).
replaceFirst("$type$", OUString::number(pObject->Type)));
throw IllegalArgumentException(sMessage, *this, sal_Int16( pObject - aSelectedObjects.getConstArray() ));
}
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index e8ea755a9b84..f06f29b6c3d4 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -456,4 +456,19 @@ String RID_STR_UNSUPPORTED_OBJECT_TYPE
Text [ en-US ] = "Unsupported object type found ($type$).";
};
+String STR_PAGETITLE_GENERAL
+{
+ Text [ en-US ] = "Advanced Properties" ;
+};
+
+String STR_PAGETITLE_ADVANCED
+{
+ Text [ en-US ] = "Additional Settings" ;
+};
+
+String STR_PAGETITLE_CONNECTION
+{
+ Text [ en-US ] = "Connection settings" ;
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */