dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / SendMsgDialog.C
index 5e563edbc730124f7331c25fe59d654b7d859da4..93961b2eb3818ff53aba6883110190776e67dae4 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -861,7 +861,7 @@ SendMsgDialog::loadHeaders(DtMail::Message * input,
 
        int slot = lookupHeader(name);
        if (slot < 0) {
-           // We dont have a place for this information. We may need
+           // We don't have a place for this information. We may need
            // to create a new header.
            //
            if (load_all) {
@@ -2372,18 +2372,6 @@ SendMsgDialog::construct_text_popup(void)
     _textPopupMenuList->add( _edit_cut );
     _textPopupMenuList->add( _edit_copy );
     _textPopupMenuList->add( _edit_paste );
-#ifdef __osf__
-    // Work in progress from Mike. This adds the Paste Special to the
-    // third mouse button in the compose area of a compose window.
-    // Begin Paste Special submenu
-    CmdList * subcmdList1 = new CmdList ( "Paste Special", GETMSG(DT_catd, 1, 135 , "Paste Special") );
-    subcmdList1->add(_edit_paste_special[0]);
-    subcmdList1->add(_edit_paste_special[1]);
-    // End Paste Special submenu
-    _textPopupMenuList->add( subcmdList1 ); // Add Paste Special submenu
-    // (Either way) _textPopupMenuList->add( separator );
-    _textPopupMenuList->add( _edit_clear );
-#endif
     _textPopupMenuList->add( _edit_delete );
     _textPopupMenuList->add( _edit_select_all );
 
@@ -3917,7 +3905,7 @@ SendMsgDialog::resetHeaders(void)
     for (i=0, j=results.length(); i < j; i++) {
        PropStringPair * psp = results[i];
        int slot = lookupHeader(psp->label);
-       // dont allow removal of default headers.
+       // don't allow removal of default headers.
        HeaderList * hl = _header_list[slot];
        if (!reservedHeader(hl->label)) {
                if (slot != -1)