This commit is contained in:
selmer%netscape.com 1999-10-18 19:39:42 +00:00
Родитель 0394d00fd0
Коммит ae93c445da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -744,7 +744,7 @@ int TabSort(const void *w1, const void *w2)
return -1;
// Primary key is equal, Secondary key is x coordinate
return (widget2->location.x - widget1->location.x);
return (widget1->location.x - widget2->location.x);
}
void CWizardUI::SortWidgetsForTabOrder()