diff options
Diffstat (limited to 'otherlibs/win32graph')
-rw-r--r-- | otherlibs/win32graph/libgraph.h | 4 | ||||
-rw-r--r-- | otherlibs/win32graph/open.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/win32graph/libgraph.h b/otherlibs/win32graph/libgraph.h index 96ac954e7..bae4b1162 100644 --- a/otherlibs/win32graph/libgraph.h +++ b/otherlibs/win32graph/libgraph.h @@ -43,8 +43,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 SIZE_QUEUE 256 void gr_fail(char *fmt, char *arg); diff --git a/otherlibs/win32graph/open.c b/otherlibs/win32graph/open.c index 8ffe259e5..a6bc59d45 100644 --- a/otherlibs/win32graph/open.c +++ b/otherlibs/win32graph/open.c @@ -238,7 +238,7 @@ static DWORD WINAPI gr_open_graph_internal(value arg) caml_gr_init_event_queue(); /* The global data structures are now correctly initialized. - Restart the Caml main thread. */ + Restart the OCaml main thread. */ open_graph_errmsg = NULL; SetEvent(open_graph_event); |