summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2001-10-25 14:29:14 +0000
committerGregor Hartmann <gh@openoffice.org>2001-10-25 14:29:14 +0000
commit1109e636deb98724edc12e3abbc8c1302f9d1736 (patch)
treee99d241e2c79de18361343fd3b97346f758c7974 /basic
parentc2ce0ea241dc30973a4b6990e622eb544f6f1766 (diff)
#93400#access to scrollbars
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/ttmsg.hrc6
-rw-r--r--basic/source/app/svtmsg.src16
-rw-r--r--basic/source/app/ttmsg.src6
3 files changed, 13 insertions, 15 deletions
diff --git a/basic/inc/ttmsg.hrc b/basic/inc/ttmsg.hrc
index 0af6bb1111e4..033f1452fb56 100644
--- a/basic/inc/ttmsg.hrc
+++ b/basic/inc/ttmsg.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: ttmsg.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: gh $ $Date: 2000-12-14 17:11:55 $
+ * last change: $Author: gh $ $Date: 2001-10-25 15:29:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@
#define S_APPLICATION_START_FAILED ( TT_START + 10 )
#define S_TIMOUT_SENDING ( TT_START + 11 )
#define S_NO_CONNECTION ( TT_START + 12 )
-#define S_NO_FILES_FOUND ( TT_START + 13 )
+#define S_NO_FILES_FOUND ( TT_START + 13 ) // Not used anymore. needed only for old *.res files
#define S_ERRORS_DETECTED ( TT_START + 14 )
#define S_NO_ERRORS_DETECTED ( TT_START + 15 )
#define S_WARNINGS_DETECTED ( TT_START + 16 )
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 20927c1dc05a..5d22f2c30374 100644
--- a/basic/source/app/svtmsg.src
+++ b/basic/source/app/svtmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: svtmsg.src,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: kz $ $Date: 2001-10-19 20:55:57 $
+ * last change: $Author: gh $ $Date: 2001-10-25 15:29:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1612,10 +1612,8 @@ String S_UNO_URL_EXECUTE_FAILED_DISABLED
Text[ catalan ] = "No se pudo ejecutar Slot ID";
Text[ finnish ] = "Paikkatunnusta ei voitu suorittaa";
};
-
-
-
-
-
-
-
+String S_NO_SCROLLBAR
+{
+ Text = "Keine ScrollBar vorhanden bei ($Arg1)";
+ Text[ english_us ] = "No status bar at ($Arg1)";
+};
diff --git a/basic/source/app/ttmsg.src b/basic/source/app/ttmsg.src
index 62ca7c3dbae1..edc9bccc9b5d 100644
--- a/basic/source/app/ttmsg.src
+++ b/basic/source/app/ttmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: ttmsg.src,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: kz $ $Date: 2001-08-29 18:08:13 $
+ * last change: $Author: gh $ $Date: 2001-10-25 15:29:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -385,7 +385,7 @@ String S_NO_CONNECTION
Text[ catalan ] = "Sin conexión. Secuencia núm.: ($Arg1)";
Text[ finnish ] = "Ei yhteyttä. Järjestysnumero: ($Arg1)";
};
-String S_NO_FILES_FOUND
+String S_NO_FILES_FOUND // Not used anymore. needed only for old *.res files
{
Text = "Keine ($Arg1) Dateien gefunden";
Text[ english_us ] = "No ($Arg1) files found";