17 lines
382 B
C
17 lines
382 B
C
/*
|
|
* o p t d l g . h
|
|
*
|
|
* Purpose: Contains defines and prototypes shared by mail and news
|
|
* on the options prop sheet.
|
|
*/
|
|
|
|
#ifndef __OPTDLG_H
|
|
#define __OPTDLG_H
|
|
|
|
#define idbtnPlain 1043
|
|
#define idbtnHTML 1044
|
|
#define idrbPlain 1045
|
|
#define idrbHTML 1046
|
|
|
|
#endif // include once
|