dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / OptCmd.C
index 39114eff5a6439eaa7a1e40627a52db762f7652d..5ddf70905f8a1641dd293df1dd87810b5b11886e 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
  */
@@ -147,6 +147,21 @@ OptCmd::OptCmd ( char *name, char *label, int active, Widget parent) :
     catstr = NULL;
     CurrentPane = NULL;
 
+    mh_pane_list = NULL;
+    msg_view_pane_list = NULL;
+    compose_pane_list = NULL;
+    msg_filing_pane_list = NULL;
+    vacation_pane_list = NULL;
+    template_pane_list = NULL;
+    aliases_pane_list = NULL;
+    advanced_pane_list = NULL;
+    mailretrieval_pane_list = NULL;
+    vaca_sub = NULL;
+    vaca_msg = NULL;
+    generalDialog = NULL;
+    _PrintingOptions = NULL;
+    _MailRetrievalOptions = NULL;
+    printing_pane_list = NULL;
 }
 
 void