Changeset 188 for trunk


Ignore:
Timestamp:
02/16/2009 12:07:49 PM (3 years ago)
Author:
guyru
Message:

use a real copyright symbol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/about.cpp

    r185 r188  
    6666        sizer->Add(label_desc, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 10); 
    6767 
    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")); 
    6969        sizer->Add(label_copyright, 0, wxALL|wxALIGN_CENTER_HORIZONTAL, 10); 
    7070 
Note: See TracChangeset for help on using the changeset viewer.