diff options
Diffstat (limited to 'FL/Fl_PostScript.H')
| -rw-r--r-- | FL/Fl_PostScript.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 1c048391f..175a5f4e7 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -235,7 +235,7 @@ class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device { #elif defined(WIN32) // not needed #elif defined(FL_PORTING) -# pragma message "FL_PORTING: define storage for your graphics context in Fl_Postscript_File_Device if needed" +# pragma message "FL_PORTING: define storage for your graphics context in Fl_PostScript_File_Device if needed" #else // X11 // not needed #endif @@ -267,7 +267,7 @@ public: #elif defined(WIN32) // not needed #elif defined(FL_PORTING) -# pragma message "FL_PORTING: set access to your graphics context in Fl_Postscript_File_Device if needed" +# pragma message "FL_PORTING: set access to your graphics context in Fl_PostScript_File_Device if needed" #else // X11 // not needed #endif |
