Mercurial > mplayer.hg
diff gui/dialog/menu.c @ 36277:734f46ef6277
Revise ratio text.
author | ib |
---|---|
date | Tue, 30 Jul 2013 11:02:15 +0000 |
parents | f7ef757c95c0 |
children | 32c93d835e3e |
line wrap: on
line diff
--- a/gui/dialog/menu.c Tue Jul 30 10:57:57 2013 +0000 +++ b/gui/dialog/menu.c Tue Jul 30 11:02:15 2013 +0000 @@ -596,7 +596,7 @@ H=AddMenuCheckItem( window1, (const char*)aspect11_xpm, AspectMenu,MSGTR_MENU_Original, a11, evSetAspect + ( 1 << 16 ) ); N=AddMenuCheckItem( window1, (const char*)aspect169_xpm, AspectMenu,"16:9", a169, evSetAspect + ( 2 << 16 ) ); D=AddMenuCheckItem( window1, (const char*)aspect43_xpm, AspectMenu,"4:3", a43, evSetAspect + ( 3 << 16 ) ); - F=AddMenuCheckItem( window1, (const char*)aspect235_xpm, AspectMenu,"2.35", a235, evSetAspect + ( 4 << 16 ) ); + F=AddMenuCheckItem( window1, (const char*)aspect235_xpm, AspectMenu,"2.35:1", a235, evSetAspect + ( 4 << 16 ) ); if ( !guiInfo.Playing ) {