diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-09-27 14:53:26 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-09-27 14:53:26 +0000 |
commit | e21def212c2c942968caab035ed662d76560cb5f (patch) | |
tree | 76760654b4a92ecf443c5bacfcee68e160745bc2 /basctl/source/basicide/macrodlg.src | |
parent | ed85efa0b1ab915ddcd5f52e477a18de5155dc9f (diff) |
#92535# BasicIDE: replace CancelClose button by Close button in MacroChooser dialog
Diffstat (limited to 'basctl/source/basicide/macrodlg.src')
-rw-r--r-- | basctl/source/basicide/macrodlg.src | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.src b/basctl/source/basicide/macrodlg.src index 8e92aec58..9861b3e6d 100644 --- a/basctl/source/basicide/macrodlg.src +++ b/basctl/source/basicide/macrodlg.src @@ -2,9 +2,9 @@ * * $RCSfile: macrodlg.src,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: tbe $ $Date: 2001-09-25 15:28:34 $ + * last change: $Author: tbe $ $Date: 2001-09-27 15:53:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -225,11 +225,13 @@ ModalDialog RID_MACROCHOOSER Text[ turkish ] = "Yürüt"; Text[ catalan ] = "Eje~cutar"; }; - CancelButton RID_PB_CANCEL + CancelButton RID_PB_CLOSE { Pos = MAP_APPFONT ( 231 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; + Text = "Schließen" ; + Text [ ENGLISH ] = "Close" ; }; PushButton RID_PB_ASSIGN { |