<Term><SystemItem Class="Constant">TT_FILE</SystemItem></Term>
<ListItem>
<Para>Set by
-<Command>ttsession</Command> when it invokes a tool to recieve a message.
+<Command>ttsession</Command> when it invokes a tool to receive a message.
Refer to
&cdeman.ttsession; for more information.
</Para>
int destroy );
</ProgramListing>
</Example>
-<Para>The <Filename>tttk_mesage_fail</Filename> function fails the message <Emphasis>msg</Emphasis> and then destroys it.</Para>
+<Para>The <Filename>tttk_message_fail</Filename> function fails the message <Emphasis>msg</Emphasis> and then destroys it.</Para>
<Note>
<Para>A program should abandon a message when it does not understand the
message and wants to dispose of it.</Para>
<ListItem Id="HMLR.REF.item.189">
<Para>When Vacation is set On, Mailer sends a message containing the text
in the Subject and Message fields of this dialog box to each sender
-of incoming mail messages. (The same sender only recieves the message
+of incoming mail messages. (The same sender only receives the message
once in a seven-day period). If a message is received through a public
alias, the vacation notifier does not respond to the sender.
It does, however, respond to the sender of a message received through a
int destroy );
</ProgramListing>
</Example>
-<Para><Filename>tttk_mesage_fail</Filename>´Ø¿ô¤Ï¡¢¥á¥Ã¥»¡¼¥¸<Emphasis>msg
+<Para><Filename>tttk_message_fail</Filename>´Ø¿ô¤Ï¡¢¥á¥Ã¥»¡¼¥¸<Emphasis>msg
</Emphasis>¤ò̵»ë¤·¤¿¸å¤ÇÇË´þ¤·¤Þ¤¹¡£</Para>
<Note>
<Para>¥×¥í¥°¥é¥à¤Ï¡¢¥á¥Ã¥»¡¼¥¸¤òÍý²ò¤Ç¤¤º¤Ë½èʬ¤·¤¿¤¤¤È¤¤Ï¥á¥Ã¥»¡¼¥¸¤òÇË´þ¤·¤Ê¤±
CDExc22947 Calendar default window sizes are too small to show info
CDExc22972 dtcm takes too long to change from 12 to 24 hou
CDExc22973 dtcm should hide AM PM buttons in 24-hour mod
-CDExc22996 dtcm`s todo and appt lists use incorrect date format in japanes
+CDExc22996 dtcm`s todo and appt lists use incorrect date format in japanese
CDExc23078 Dtcm - Help: Clicking on Help of error dialog of inetd not running goes ..
CDExc23357 dtcm does not change date format as appropriate according to local
CDExc23960 dtcm leaks memory when the Browse menu is updated
CDExc21392 Problem starting two dtfile on two different screens at a time
CDExc21393 a possible secutiry hole in filemanager started from `su` session
CDExc21510 D&D OF ICON FROM FILE MGR ACROSS HEADS ONTO DTTERM LOSES OBJECTS
-CDExc21693 dtfile icon spacing incorrect in japanes
+CDExc21693 dtfile icon spacing incorrect in japanese
CDExc21847 bad mnemonic for Deselect Al
CDExc21848 BACKTRACK in Help for DTFILE when server starts gives error ms
CDExc21849 AppManager: restrictions should be enforced in support of vendo
hw->help_dialog.ghelp.volumeFlag = FALSE;
}
- /* Free old copy fisrt ??? */
+ /* Free old copy first ??? */
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
XtFree(hw->help_dialog.display.locationId);
hw->help_dialog.display.locationId = pTempLocationId;
}
- /* Free old copy fisrt ??? */
+ /* Free old copy first ??? */
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
XtFree(qw->qhelp_dialog.display.locationId);
qw->qhelp_dialog.display.locationId = pTempLocationId;
/* Set the string to the current help dialog */
(void) _DtHelpFormatAsciiStringDynamic(displayArea, userError, &topicHandle);
- /* We ignor the status return here, because if we error out here we are
+ /* We ignore the status return here, because if we error out here we are
* in big trouble because this is an error routine
*/
** Project: Cde Help System
**
** Description: This is the UI dependant layer to the Help System.
- ** It recieves requests from the Core Engine for
+ ** It receives requests from the Core Engine for
** information or to do rendering. It does the
** appropriate work based on a Motif and X Lib
** interface.
}
/*
- * Register to recieve interesting messages from dtexec
+ * Register to receive interesting messages from dtexec
*/
pat = tt_pattern_create();
/*
** Attach a focus handler to each window in the project. When the window
- ** recieves focus, it gets marked dirty.
+ ** receives focus, it gets marked dirty.
*/
if (tmodeP_window_list_add_handler(EnterWindowMask, False,
track_win_focus) != OK)
}
trav_close(&trav);
- /* detach the recieve focus handler */
+ /* detach the receive focus handler */
if (tmodeP_window_list_remove_handler(EnterWindowMask, False,
track_win_focus) != OK)
{
}
/*
-** Track when a window recieves focus and mark the window dirty
+** Track when a window receives focus and mark the window dirty
*/
static void
track_win_focus(
boolean_t done = B_FALSE;
char *return_buffer;
- /* A MIME mesage is a rather specialized beast. It consists of
+ /* A MIME message is a rather specialized beast. It consists of
a series of headers describing the mail message, followed by
the message, and then followed by a set of attachments.
Each attachments is separated by a magic unique string
_msg_end = eof;
}
else {
- // Again, protect against NULL mesages with 1 blank line
+ // Again, protect against NULL messages with 1 blank line
// before next message. Size was < 0 and crashed in "memcpy".
if ( _msg_end >= _body_start )
_msg_end = backcrlf(_msg_end);
2 Text Editor -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (unnamed)
** Provides support for the Tool Talk "Desktop" and "Document and Media
** Exchange" message sets.
**
-** XXX - Need to use mesage catalogs for error messages and not write to
+** XXX - Need to use message catalogs for error messages and not write to
** stdout or stderr.
**
*******************************************************************
*
* Description:
* -----------
- * This is the event handler registered to recieve the client message
+ * This is the event handler registered to receive the client message
* from dtwm when a client has beem managed
*
*
*
* Description:
* -----------
- * This is the event handler registered to recieve the client message
+ * This is the event handler registered to receive the client message
* from dtwm when dtwm is ready for business
*
*
if(IS_ACTIVE(channel)) {
/*
- Uh-oh. We have recieved a close request, but the channel is
+ Uh-oh. We have received a close request, but the channel is
active. We kill the process, and explicitly wait for the
process to terminate.
*/
2 "Texteditor - "
$ Default file name used in the main window title.
-$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
+$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
$ \tneed not be localized.
3 "(unbenannt)"
2 "Editor de textos -"
$ Default file name used in the main window title.
-$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
+$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
$ \tneed not be localized.
3 "(sin nombre)"
2 "Editeur de texte - "
$ Default file name used in the main window title.
-$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
+$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
$ \tneed not be localized.
3 " (sans nom)"
2 Editor di testo -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (senza nome)
2 ¥Æ¥¥¹¥È¡¦¥¨¥Ç¥£¥¿ -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (unnamed)
2 ¹®¼ ÆíÁý±â -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (À̸§¾øÀ½)
2 Textredigerare -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (namnlös)
2 Îı¾±à¼Æ÷ -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (unnameed)
2 ÅÆÇóî¾òÒð -
$ Default file name used in the main window title.
-$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
+$ ***UNUSED*** This message has been replaced by message 6 of this set and
$ need not be localized.
3 (unnamed)