[Gtkradiant] [Bug 669] Patch inspector is broken in 1.2.10
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Wed, 06 Nov 2002 14:23:09 -0600
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=669
------- Additional Comments From rr2do2@q3f.com 2002-11-06 14:23 -------
if (g_PatchDialog.m_strName.Find(' '))
should be
if (g_PatchDialog.m_strName.Find(' ') >= 0)
As far as the up/down arrows go, the values they are next to are the step
values and the arrows are to increase the values at the far left by that step
value (which works fine)