]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fix
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 13 Oct 2008 08:11:48 +0000 (08:11 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 13 Oct 2008 08:11:48 +0000 (08:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/screenshotgen/src/screenshot_main.cpp

index 0d9185147f58d07059f9f1b27fc467b574287fc0..a2bc1e7d6dd273b1953ddb71a63fc09befa116f2 100644 (file)
@@ -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);