Skip to content

Commit

Permalink
Formatting improvements to RBTray.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Mar 23, 2020
1 parent 149ab98 commit 9ee99d3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions RBTray.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,20 @@ END
// Dialog
//

IDD_ABOUT DIALOGEX 0, 0, 199, 130
IDD_ABOUT DIALOGEX 0, 0, 199, 145
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About RBTray"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_RBTRAY,IDC_STATIC,7,7,20,20
LTEXT "RBTray 4.10",IDC_STATIC,38,7,151,10
LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,17,151,20
LTEXT "Copyright � 1998-2011,2015",IDC_STATIC,38,37,151,10
LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,47,151,20
LTEXT "J.D. Purcell\r\nhttp://www.moitah.net/",IDC_STATIC,38,67,151,20
LTEXT "Benbuck Nason\r\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,87,151,20
DEFPUSHBUTTON "OK",IDOK,75,110,50,14
LTEXT "RBTray 4.10\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20
LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,27,151,20
LTEXT "Copyright (c) 1998-2011",IDC_STATIC,38,47,151,10
LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,56,151,20
LTEXT "J.D. Purcell\r\nhttp://www.moitah.net/",IDC_STATIC,38,72,151,20
LTEXT "Copyright (c) 2015",IDC_STATIC,38,92,151,10
LTEXT "Benbuck Nason\r\nhttps://github.com/benbuck/",IDC_STATIC,38,100,151,20
DEFPUSHBUTTON "OK",IDOK,75,125,50,14
END


Expand Down Expand Up @@ -120,7 +121,7 @@ BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.10.0.0"
VALUE "InternalName", "RBTray"
VALUE "LegalCopyright", "Copyright 1998-2011 Nikolay Redko, J.D. Purcell, Benbuck Nason"
VALUE "LegalCopyright", "Copyright (c) 1998-2011 Nikolay Redko, J.D. Purcell; Copyright (c) 2015 Benbuck Nason"
VALUE "OriginalFilename", "RBTray.exe"
VALUE "ProductName", "RBTray"
VALUE "ProductVersion", "4.10.0.0"
Expand Down

0 comments on commit 9ee99d3

Please sign in to comment.