Kaydet (Commit) f6b720a7 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS pb17 (1.15.198); FILE MERGED

2006/07/26 13:03:46 pb 1.15.198.1: fix: #i67779# Up- and Down-Button disabled
üst 5e83cd74
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: cfg.src,v $ * $RCSfile: cfg.src,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: obo $ $Date: 2006-03-29 08:41:33 $ * last change: $Author: ihi $ $Date: 2006-08-04 11:10:34 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -209,6 +209,7 @@ TabPage RID_SVXPAGE_MENUS ...@@ -209,6 +209,7 @@ TabPage RID_SVXPAGE_MENUS
Size = MAP_APPFONT ( 14 , 14 ) ; Size = MAP_APPFONT ( 14 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_UP ; Symbol = IMAGEBUTTON_ARROW_UP ;
Disable = TRUE ;
}; };
ImageButton BTN_DOWN ImageButton BTN_DOWN
{ {
...@@ -216,6 +217,7 @@ TabPage RID_SVXPAGE_MENUS ...@@ -216,6 +217,7 @@ TabPage RID_SVXPAGE_MENUS
Size = MAP_APPFONT ( 14 , 14 ) ; Size = MAP_APPFONT ( 14 , 14 ) ;
TabStop = TRUE ; TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_DOWN ; Symbol = IMAGEBUTTON_ARROW_DOWN ;
Disable = TRUE ;
}; };
FixedText TXT_SAVEIN FixedText TXT_SAVEIN
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment