Issue 128556 - Copy table in Base - add a space in the button label "Next>"
Summary: Copy table in Base - add a space in the button label "Next>"
Status: RESOLVED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: 4.1.14
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-17 13:55 UTC by Czesław Wolański
Modified: 2023-01-17 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.13
Developer Difficulty: ---


Attachments
Screenshots illustrating this issue (78.99 KB, image/png)
2023-01-17 13:56 UTC, Czesław Wolański
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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.