change curser to cursor

This commit is contained in:
Jim Saxton 2015-11-03 22:02:26 -08:00
parent 9ab5e3addd
commit 65225691b3
3 changed files with 3 additions and 2 deletions

View File

@ -2800,7 +2800,7 @@ void YabInterface::TextControl(const char* id, const char* option, const char* v
myTControl -> MakeFocus(focused);
}
}
if(tmpOption.IFindFirst("Curser")!=B_ERROR)
if(tmpOption.IFindFirst("Curser")!=B_ERROR || tmpOption.IFindFirst("Cursor")!=B_ERROR )
{
const char* str_int = tmpValue.String();
bool focused = true;
@ -3796,7 +3796,7 @@ void YabInterface::TextSet(const char* title, const char* option, int value)
myText->SetCaseSensitive((bool)value);
else if(tmp.IFindFirst("tabwidth")!=B_ERROR)
myText->SetTabWidth(value);
else if(tmp.IFindFirst("curser")!=B_ERROR)
else if(tmp.IFindFirst("cursor")!=B_ERROR)
myText->Select(value, value);
else if(tmp.IFindFirst("textwidth")!=B_ERROR)

1
src/a-dallarsign Normal file
View File

@ -0,0 +1 @@
These functions set and get the font These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii

Binary file not shown.