@@ -1397,32 +1397,32 @@ static int getfontfamilies (lua_State *L)
1397
1397
static const struct luaL_reg xmllib [] =
1398
1398
{
1399
1399
1400
- {" msgbox" , msgbox}, // msgbox - not Unicode
1401
- {" umsgbox" , umsgbox}, // msgbox - UTF8
1402
- {" inputbox" , inputbox},
1403
- {" editbox" , editbox},
1400
+ {" activatenotepad" , activatenotepad},
1401
+ {" appendtonotepad" , appendtonotepad},
1402
+ {" callbackslist" , callbackslist},
1404
1403
{" choose" , choose},
1405
- {" listbox" , listbox},
1406
- {" multilistbox" , multilistbox},
1407
- {" xmlread" , xmlread},
1408
- {" functionlist" , functionlist},
1409
- {" functionargs" , functionargs},
1410
- {" filepicker" , filepicker},
1411
1404
{" directorypicker" , directorypicker},
1405
+ {" edit_distance" , edit_distance},
1406
+ {" editbox" , editbox},
1407
+ {" filepicker" , filepicker},
1412
1408
{" fontpicker" , fontpicker},
1413
- {" metaphone" , metaphone},
1409
+ {" functionargs" , functionargs},
1410
+ {" functionlist" , functionlist},
1411
+ {" getfontfamilies" , getfontfamilies},
1414
1412
{" info" , info},
1413
+ {" inputbox" , inputbox},
1414
+ {" listbox" , listbox},
1415
+ {" metaphone" , metaphone},
1416
+ {" msgbox" , msgbox}, // msgbox - not Unicode
1417
+ {" multilistbox" , multilistbox},
1418
+ {" showdebugstatus" , showdebugstatus},
1415
1419
{" spellcheckdialog" , spellcheckdialog},
1416
- {" edit_distance" , edit_distance},
1417
- {" utf8encode" , utf8encode},
1420
+ {" umsgbox" , umsgbox}, // msgbox - UTF8
1418
1421
{" utf8decode" , utf8decode},
1419
- {" utf8valid " , utf8valid},
1422
+ {" utf8encode " , utf8encode},
1420
1423
{" utf8sub" , utf8sub},
1421
- {" appendtonotepad" , appendtonotepad},
1422
- {" activatenotepad" , activatenotepad},
1423
- {" showdebugstatus" , showdebugstatus},
1424
- {" getfontfamilies" , getfontfamilies},
1425
- {" callbackslist" , callbackslist},
1424
+ {" utf8valid" , utf8valid},
1425
+ {" xmlread" , xmlread},
1426
1426
1427
1427
{NULL , NULL }
1428
1428
};
0 commit comments