- Timestamp:
- 02/16/2009 12:07:49 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/about.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/about.cpp
r185 r188 66 66 sizer->Add(label_desc, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 10); 67 67 68 wxStaticText* label_copyright = new wxStaticText(panel, wxID_ANY, wxT(" (C)2006-2008 Guy Rutenberg"));68 wxStaticText* label_copyright = new wxStaticText(panel, wxID_ANY, wxT("\xA9 2006-2008 Guy Rutenberg")); 69 69 sizer->Add(label_copyright, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 10); 70 70
Note: See TracChangeset
for help on using the changeset viewer.
