Issue 128556

Summary: Copy table in Base - add a space in the button label "Next>"
Product: Base Reporter: Czesław Wolański <czeslaw.wolanski>
Component: codeAssignee: AOO issues mailing list <issues>
Status: RESOLVED FIXED QA Contact:
Severity: Trivial    
Priority: P5 (lowest) CC: mseidel
Version: 3.3.0 or older (OOo)   
Target Milestone: 4.1.14   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: 4.1.13
Developer Difficulty: ---
Attachments:
Description Flags
Screenshots illustrating this issue none

Description Czesław Wolański 2023-01-17 13:55:03 UTC
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     };
Comment 1 Czesław Wolański 2023-01-17 13:56:10 UTC
Created attachment 87165 [details]
Screenshots illustrating this issue
Comment 2 Matthias Seidel 2023-01-17 14:02:50 UTC
Confirmed with AOO 4.1.13 on Windows.