Mercurial > mplayer.hg
diff gui/dialog/msgbox.c @ 36694:eed2fb870f43
Rename symbolic constants of GUI help message texts.
Create a kind of GUI namespace and don't add place or kind of
usage to the name unless it's advantageous.
This reduces the amount of definitions as well.
Arrange them alphabetically.
author | ib |
---|---|
date | Wed, 05 Feb 2014 16:39:38 +0000 |
parents | cc70b0fb8d36 |
children |
line wrap: on
line diff
--- a/gui/dialog/msgbox.c Wed Feb 05 16:03:44 2014 +0000 +++ b/gui/dialog/msgbox.c Wed Feb 05 16:39:38 2014 +0000 @@ -101,7 +101,7 @@ gtkAddHSeparator( vbox1 ); hbuttonbox1=gtkAddHButtonBox( vbox1 ); - Ok=gtkAddButton( MSGTR_Ok,hbuttonbox1 ); + Ok=gtkAddButton( MSGTR_GUI_Ok,hbuttonbox1 ); gtk_widget_add_accelerator( Ok,"clicked",accel_group,GDK_Return,0,GTK_ACCEL_VISIBLE ); gtk_widget_add_accelerator( Ok,"clicked",accel_group,GDK_Escape,0,GTK_ACCEL_VISIBLE );