/* This file is part of BigPNG, a File Format plugin for Adobe Photoshop(R) Copyright (C) 2010 Toby Thain, toby@telegraphics.com.au This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define SystemSevenOrLater 1 #include "dialogs.r" #include "menus.r" #include "controls.r" #include "controldefinitions.r" #include "ui.h" #include "version.h" // ---------- About box resource 'alrx' (ID_ABOUTDLG, purgeable){ versionZero { 0,0,kUseThemeWindow,"" } }; resource 'ALRT' (ID_ABOUTDLG, purgeable) { {0, 0, 232, 360}, ID_ABOUTDLG, silentStages, alertPositionMainScreen }; resource 'DITL' (ID_ABOUTDLG, purgeable) { { {16, 20, 96, 340}, StaticText { disabled, "Big PNG Format, version " VERSION_STR "\nCopyright (C) 2010 Toby Thain ." "\nLatest version available from\nhttp://www.telegraphics.com.au/sw/" }, {104, 20, 216, 340}, StaticText { disabled, "If you use this program and like it, please use www.paypal.com to send the author" " what you think it is worth (US$5 suggested)." "\nPlease contact the author with any bug reports, suggestions or comments." } } };