Skip to content

Commit 909a03a

Browse files
author
DelphiDabbler
committed
Enlarged height of DIALOG box resource used to customise Save dialogue boxes.
Fixes SourceForge bug ticket #96 - https://sourceforge.net/p/codesnip/bugs/96/
1 parent 9dc10eb commit 909a03a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Src/Resources.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2013, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$
1010
*
11-
* Resource file containing images, dialog boxes and manifest for CodeSnip
11+
* Resource file containing images, dialogue boxes and manifest for CodeSnip
1212
* program.
1313
*/
1414

@@ -64,16 +64,16 @@ MAINICON ICON "Res/Img/Branding/CodeSnip.ico"
6464

6565

6666
/*
67-
Dialog resource used to extend save dialog box
67+
Dialog resource used to extend save dialogue box
6868
*/
69-
SAVESNIPPETEXT DIALOG 0, 0, 0, 142
69+
SAVESNIPPETEXT DIALOG 0, 0, 0, 160
7070
STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
7171
FONT 8, "MS Sans Serif"
7272
LANGUAGE LANG_NEUTRAL , SUBLANG_NEUTRAL
7373
{
7474
/*
75-
Hidden static control required by Windows to extend dialog. Dialog is
76-
extended by difference between dialog size and size of this static control
75+
Hidden static control required by Windows to extend dialogue. Dialogue is
76+
extended by difference between dialogue size and size of this static control
7777
*/
7878
LTEXT "", 1119, 0, 0, 0, 84, SS_LEFT | WS_CHILD | NOT WS_VISIBLE | WS_GROUP
7979
}

0 commit comments

Comments
 (0)