Last of the spelling fixed
This commit is contained in:
@@ -698,12 +698,12 @@ void MsgScrollingList::do_list_vis_adjustment()
|
||||
if (winM <= 0) { //[There is no scope of adjustment
|
||||
return;
|
||||
}
|
||||
//[All the new messages can be accomodated w/o scrolling curr selection
|
||||
//[All the new messages can be accommodated w/o scrolling curr selection
|
||||
if (numNew <= winM) {
|
||||
XmListSetBottomPos(list, cItmCnt);
|
||||
return;
|
||||
}
|
||||
//[All the new messages cannot be accomodated, but we will do best fit
|
||||
//[All the new messages cannot be accommodated, but we will do best fit
|
||||
else {
|
||||
int numNotShow = numNew - winM;
|
||||
XmListSetBottomPos(list, cItmCnt - numNotShow);
|
||||
|
||||
@@ -160,7 +160,7 @@ static int x_error_handler(Display *display, XErrorEvent* error_event)
|
||||
_DtPrintDefaultErrorSafe(display, error_event, error_msg, _DTMAIL_BUFSIZE);
|
||||
_DtSimpleError("dtmail", DtWarning, NULL, error_msg, NULL);
|
||||
|
||||
// if the error occured on the print display we're going to set
|
||||
// if the error occurred on the print display we're going to set
|
||||
// a variable so that and when the job is done, right before calling
|
||||
// XpEndJob, we call XpCancelJob, and notify the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user