diff options
Diffstat (limited to 'win32caml/libgraph.h')
-rw-r--r-- | win32caml/libgraph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32caml/libgraph.h b/win32caml/libgraph.h index 1df232988..1202f178b 100644 --- a/win32caml/libgraph.h +++ b/win32caml/libgraph.h @@ -50,8 +50,8 @@ extern int bits_per_pixel; #define DEFAULT_SCREEN_WIDTH 1024 #define DEFAULT_SCREEN_HEIGHT 768 #define BORDER_WIDTH 2 -#define WINDOW_NAME "Caml graphics" -#define ICON_NAME "Caml graphics" +#define WINDOW_NAME "OCaml graphics" +#define ICON_NAME "OCaml graphics" #define DEFAULT_EVENT_MASK \ (ExposureMask | KeyPressMask | StructureNotifyMask) #define DEFAULT_FONT "fixed" |