typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7e59b88579
commit
416fddd315
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ void ScreenshotFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
|||
wxAboutDialogInfo info;
|
||||
info.SetName(_("Automatic Screenshot Generator"));
|
||||
info.SetVersion(_("1.0"));
|
||||
info.SetDescription(_("This utility automatically creates screenshots of wxWidgets controls for ues in wxWidgets documentation."));
|
||||
info.SetDescription(_("This utility automatically creates screenshots of wxWidgets controls for use in wxWidgets documentation."));
|
||||
info.SetCopyright(_T("(C) 2008 Utensil Candel"));
|
||||
|
||||
wxAboutBox(info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue