https://bz.apache.org/ooo/show_bug.cgi?id=128556
Issue ID: 128556
Issue Type: DEFECT
Summary: Copy table in Base - add a space in the button label
"Next>"
Product: Base
Version: 3.3.0 or older (OOo)
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Trivial
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Steps to demonstrate:
1. Open any database file with table.
2. Right-click on the icon of the table.
3. Choose Copy from the pop-up menu.
4. Move the mouse pointer below this table,
right-click, and select Paste.
The "Copy table" dialog opens.
Compare the label for buttons: "< Back" and "Next>".
The label "Next>" lacks a space before ">".
Same defect in two consecutive dialogs
("Apply columns" and "Type formatting").
It occurs in 4.1.13 and 4.2dev.
---------------------------
Code pointer (4.2dev)
FILE: WizardPages.src, line 102
http://openoffice-vm1-he-de.apache.org/xref/aoo42x/main/dbaccess/source/ui/misc/WizardPages.src?r=857d5cbe#102
90 PushButton PB_PREV
91 {
92 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV";
93 TabStop = TRUE ;
94 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
95 Text [ en-US ] = "< ~Back";
96 };
97 PushButton PB_NEXT
98 {
99 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_NEXT";
100 TabStop = TRUE ;
101 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
102 Text [ en-US ] = "~Next>";
103 };
--
You are receiving this mail because:
You are the assignee for the issue.