Last of the spelling fixed
This commit is contained in:
@@ -788,7 +788,7 @@ Display_XPMFile(
|
||||
icon_height = height;
|
||||
fileFormat = FORMAT_XPM;
|
||||
XmToggleButtonGadgetSetState(formatMenu_xpm_tb, True, True);
|
||||
/* This line is not realy needed since an Exposed event will be generated */
|
||||
/* This line is not really needed since an Exposed event will be generated */
|
||||
Repaint_Exposed_Tablet();
|
||||
XDestroyImage(scratch_img);
|
||||
XFreePixmap(dpy, pix_ret);
|
||||
@@ -869,7 +869,7 @@ Display_XBMFile(
|
||||
icon_height = height;
|
||||
fileFormat = FORMAT_XBM;
|
||||
XmToggleButtonGadgetSetState(formatMenu_xbm_tb, True, True);
|
||||
/* This line is not realy needed since an Exposed event will be generated */
|
||||
/* This line is not really needed since an Exposed event will be generated */
|
||||
Repaint_Exposed_Tablet();
|
||||
if (mask_ret) {
|
||||
XDestroyImage(test_img);
|
||||
|
||||
@@ -821,7 +821,7 @@ ConvertDropName( char *objects)
|
||||
* *
|
||||
* Routine: Process_DropCheckOp *
|
||||
* *
|
||||
* Purpose: Validate the drag-n-drop operation that just occured on the *
|
||||
* Purpose: Validate the drag-n-drop operation that just occurred on the *
|
||||
* tablet window. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
@@ -866,7 +866,7 @@ extern unsigned int width_ret, height_ret;
|
||||
* *
|
||||
* Routine: Do_DropCheckOp *
|
||||
* *
|
||||
* Purpose: Verify the drag-n-drop operation that just occured on the *
|
||||
* Purpose: Verify the drag-n-drop operation that just occurred on the *
|
||||
* tablet window. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user