]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- typo
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 07:16:46 +0000 (09:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2012 07:16:46 +0000 (09:16 +0200)
wxWidgets-format.patch

index 504777dd0217f5bca3789562159c1488ec1079b4..6546a286b928a8eaf6fe02a0d16ae50a8f59947c 100644 (file)
      else
      {
 -        wxLogError(_("wxGetTimeOfDay failed."));
-+        wxLogError("%s" _("wxGetTimeOfDay failed."));
++        wxLogError("%s", _("wxGetTimeOfDay failed."));
          return 0;
      }
  #elif defined(HAVE_FTIME)
This page took 0.150211 seconds and 4 git commands to generate.