- moved the 'Enable All Codecs' button over in the info window (for Win32)

This commit is contained in:
Simon Clitherow 2003-07-16 18:35:12 +00:00
parent 05cec80893
commit ce3e8ecf0d

@ -1784,7 +1784,7 @@ void drawinfospace(ScrArea *sa, void *spacedata)
0, 0, 0, 0, 0, ""); 0, 0, 0, 0, 0, "");
uiDefButS(block, TOG|BIT|8, 0, "Enable all codecs", uiDefButS(block, TOG|BIT|8, 0, "Enable all codecs",
(xpos+edgespace+(2*medprefbut)+(2*midspace)),y2,medprefbut,buth, (xpos+edgespace+(1*medprefbut)+(1*midspace)),y2,medprefbut,buth,
&(U.uiflag), 0, 0, 0, 0, "Allows all codecs for rendering (not guaranteed)"); &(U.uiflag), 0, 0, 0, 0, "Allows all codecs for rendering (not guaranteed)");
#endif #endif