comparison 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
comparison
equal deleted inserted replaced
36018:26836919db4e 36019:d2d776c8e040
350 return About; 350 return About;
351 } 351 }
352 352
353 void ShowAbout( void ) 353 void ShowAbout( void )
354 { 354 {
355 if ( About ) gtkActive( About ); 355 if ( About ) gtkRaise( About );
356 else About=CreateAbout(); 356 else About=CreateAbout();
357 gtk_widget_show( About ); 357 gtk_widget_show( About );
358 } 358 }