diff options
Diffstat (limited to 'ldmicro/miscutil.cpp')
-rw-r--r-- | ldmicro/miscutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/miscutil.cpp b/ldmicro/miscutil.cpp index 5806dc1..9493943 100644 --- a/ldmicro/miscutil.cpp +++ b/ldmicro/miscutil.cpp @@ -305,7 +305,7 @@ void FixedFont(HWID h) // SendMessage(h, WM_SETFONT, (WPARAM)MyFixedFont, TRUE); } - +*/ //----------------------------------------------------------------------------- // Create our dialog box class, used for most of the popup dialogs. //----------------------------------------------------------------------------- @@ -339,7 +339,7 @@ void MakeDialogBoxClass(void) // if(!MyFixedFont) // MyFixedFont = (HFONT)GetStockObject(SYSTEM_FONT); -}*/ +} //----------------------------------------------------------------------------- // Map an I/O type to a string describing it. Used both in the on-screen |