You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
382 B
16 lines
382 B
/*
|
|
* 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
|