diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:10:14 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:10:14 +0000 |
commit | e880246a64c652e652df56d45f7f8e1cdbbc9d8a (patch) | |
tree | 949a741d5c83cd312e598dc601942cc86ec814d6 /connectivity/source | |
parent | 0fc8cf0581804dc66bc13548c38fd43c4096c0c8 (diff) |
INTEGRATION: CWS dba24c (1.2.34); FILE MERGED
2007/10/29 10:57:07 fs 1.2.34.1: #i83079# STR_LOG_SETTING_SYSTEM_PROPERTY
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/resource/conn_log_res.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/connectivity/source/resource/conn_log_res.src b/connectivity/source/resource/conn_log_res.src index af151e6fdbd0..a3fe3fba38bc 100644 --- a/connectivity/source/resource/conn_log_res.src +++ b/connectivity/source/resource/conn_log_res.src @@ -4,9 +4,9 @@ * * $RCSfile: conn_log_res.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:42:14 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:10:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -313,3 +313,8 @@ String STR_LOG_THROWING_EXCEPTION { Text = "SQLException to be thrown: message: '$1$', SQLState: $2$, ErrorCode: $3$"; }; + +String STR_LOG_SETTING_SYSTEM_PROPERTY +{ + Text = "setting system property \"$1$\" to value \"$2$\""; +};
\ No newline at end of file |