Changeset 456 for cafu/trunk
- Timestamp:
- 01/09/12 11:20:07 (4 months ago)
- Location:
- cafu/trunk
- Files:
-
- 2 modified
-
CaWE/ParentFrame.cpp (modified) (1 diff)
-
Games/DeathMatch/GUIs/MainMenu/MainMenu_init.cgui (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ParentFrame.cpp
r455 r456 1038 1038 { 1039 1039 wxString TextTop= 1040 "CaWE is copyright (c) 2002-2011 Carsten Fuchs Software.\n" 1040 "CaWE, the Cafu World Editor.\n" 1041 "Copyright (C) 2002-"+wxString(__DATE__+7)+" Carsten Fuchs Software.\n" 1041 1042 "\n" 1042 1043 "Please report all encountered bugs.\n"; -
cafu/trunk/Games/DeathMatch/GUIs/MainMenu/MainMenu_init.cgui
r374 r456 1258 1258 self:set("backColor", 0, 0, 0, 0); 1259 1259 self:set("font", "Fonts/Impact"); 1260 self:set("text", "C afu is copyright © 2001-2011 Carsten Fuchs Software.\nAll rights reserved.http://www.cafu.de");1260 self:set("text", "Copyright © 2002-" .. os.date("%Y") .. " Carsten Fuchs Software.\nhttp://www.cafu.de"); 1261 1261 self:set("textScale", 0.22); 1262 1262 self:set("textColor", 0.5, 0.5, 0.5, 1);
