X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e776786754b4a54f90873b0f1801ba50f79c2d90..4818141bb228bbb59df63de12a5ea31801314b57:/utils/configtool/src/symbols.h?ds=inline diff --git a/utils/configtool/src/symbols.h b/utils/configtool/src/symbols.h index 8490e92163..596b9e29f2 100644 --- a/utils/configtool/src/symbols.h +++ b/utils/configtool/src/symbols.h @@ -1,9 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // Name: symbols.h // Purpose: Application symbols file -// Author: +// Author: Julian Smart // Modified by: -// Created: +// Created: 2003-06-12 // RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: @@ -15,7 +15,7 @@ //// Build settings // Version -#define ctVERSION_NUMBER 1.01 +#define ctVERSION_NUMBER 1.02 // Whether to have a splash screen #define ctUSE_SPLASH_SCREEN 0 @@ -33,6 +33,6 @@ #define ctDESCRIPTION_BACKGROUND_COLOUR wxColour(255, 255, 192) // Misc symbols -#define ctSYMBOL_WEBSITE wxT("http://www.wxwindows.org") +#define ctSYMBOL_WEBSITE wxT("http://www.wxwidgets.org") #endif