Skip to content

Commit

Permalink
Small change to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilot-Pirx committed Feb 8, 2023
1 parent 593a267 commit 2ad643f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/cui/source/dialogs/postdlg.src
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ModalDialog RID_SVXDLG_POSTIT
OutputSize = TRUE ;
SvLook = TRUE ;
Size = MAP_APPFONT ( 228, 120 ) ;
Text [ en-US ] = "Comment" ;
Text [ en-US ] = "Comments" ;
Moveable = TRUE ;
FixedText FT_LASTEDITLABEL
{
Expand Down Expand Up @@ -103,6 +103,7 @@ ModalDialog RID_SVXDLG_POSTIT
Size = MAP_APPFONT ( 24, 14 ) ;
Symbol = IMAGEBUTTON_ARROW_RIGHT ;
};
// TODO: cleanup code for these unused elements
// FixedText FT_AUTHOR
// {
// Pos = MAP_APPFONT ( 12, 116 ) ;
Expand Down

0 comments on commit 2ad643f

Please sign in to comment.