summaryrefslogtreecommitdiff
path: root/svx/source/dialog/zoom.src
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-01 10:48:42 +0000
committerFrank Meies <fme@openoffice.org>2001-06-01 10:48:42 +0000
commit8918384b1a22ae52f844a9d9ec636cbfff72ad3c (patch)
tree670a32e72d7a6acc10ae63f2cb49e1efeb2e54b6 /svx/source/dialog/zoom.src
parentcda85fe773444de6376e9ef18dd814872bcabbc6 (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'svx/source/dialog/zoom.src')
-rw-r--r--svx/source/dialog/zoom.src20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/dialog/zoom.src b/svx/source/dialog/zoom.src
index e2df7ee97331..f8a601a7f631 100644
--- a/svx/source/dialog/zoom.src
+++ b/svx/source/dialog/zoom.src
@@ -2,9 +2,9 @@
*
* $RCSfile: zoom.src,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2001-05-30 21:07:59 $
+ * last change: $Author: fme $ $Date: 2001-06-01 11:48:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,17 +159,17 @@ ModalDialog RID_SVXDLG_ZOOM
Text[ language_user1 ] = " ";
Text[ catalan ] = "~ptimo";
};
- RadioButton BTN_50
+ RadioButton BTN_200
{
Pos = MAP_APPFONT ( 12 , 53 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
- Text = "~50 %" ;
+ Text = "~200 %" ;
};
- RadioButton BTN_75
+ RadioButton BTN_150
{
Pos = MAP_APPFONT ( 12 , 66 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
- Text = "~75 %" ;
+ Text = "15~0 %" ;
};
RadioButton BTN_100
{
@@ -177,17 +177,17 @@ ModalDialog RID_SVXDLG_ZOOM
Size = MAP_APPFONT ( 80 , 10 ) ;
Text = "~100 %" ;
};
- RadioButton BTN_150
+ RadioButton BTN_75
{
Pos = MAP_APPFONT ( 12 , 92 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
- Text = "15~0 %" ;
+ Text = "~75 %" ;
};
- RadioButton BTN_200
+ RadioButton BTN_50
{
Pos = MAP_APPFONT ( 12 , 105 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
- Text = "~200 %" ;
+ Text = "~50 %" ;
};
RadioButton BTN_USER
{