diff gui/dialog/about.c @ 36019:d2d776c8e040

Cosmetic: Rename gtkActive() gtkRaise().
author ib
date Sun, 31 Mar 2013 17:08:30 +0000
parents 5c720c434d56
children a04e8798227b
line wrap: on
line diff
--- a/gui/dialog/about.c	Sun Mar 31 12:42:47 2013 +0000
+++ b/gui/dialog/about.c	Sun Mar 31 17:08:30 2013 +0000
@@ -352,7 +352,7 @@
 
 void ShowAbout( void )
 {
- if ( About ) gtkActive( About );
+ if ( About ) gtkRaise( About );
    else About=CreateAbout();
  gtk_widget_show( About );
 }