diff gui/dialog/dialog.c @ 35977:3734172b4af6

Cosmetic: Rename ShowAboutBox() ShowAbout().
author ib
date Thu, 28 Mar 2013 17:02:47 +0000
parents 6eaf7941b762
children 6dfdebfa72b7
line wrap: on
line diff
--- a/gui/dialog/dialog.c	Thu Mar 28 16:52:56 2013 +0000
+++ b/gui/dialog/dialog.c	Thu Mar 28 17:02:47 2013 +0000
@@ -340,7 +340,7 @@
         break;
 
     case evAbout:
-        ShowAboutBox();
+        ShowAbout();
         gtkSetLayer(About);
         break;