]> git.saurik.com Git - wxWidgets.git/commitdiff
Source markup fixes.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 29 May 2006 21:12:51 +0000 (21:12 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 29 May 2006 21:12:51 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontenum.h
include/wx/msw/fontenum.h
include/wx/palmos/fontenum.h

index 387081e73d4483e123a188d32a1e529ca706fb5d..8544e0dc493662504487926c030d2bf57765bcf1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        fontenum.h
+// Name:        wx/fontenum.h
 // Purpose:     wxFontEnumerator class for getting available fonts
 // Author:      Julian Smart, Vadim Zeitlin
 // Modified by: extended to enumerate more than just font facenames and works
index 873892494dc3e9f79f8ca5d5b4e6ac29443d6af4..57bb9c585efb6fb2035cf4fd113cc409a36fb4fa 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        fontenum.h
+// Name:        wx/msw/fontenum.h
 // Purpose:     wxFontEnumerator class for Windows
 // Author:      Julian Smart
 // Modified by:
@@ -9,8 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_FONTENUM_H_
-#define _WX_FONTENUM_H_
+#ifndef _WX_FONTENUM_MSW_H_
+#define _WX_FONTENUM_MSW_H_
 
 /*
  * wxFontEnumerator: for gathering font information
@@ -37,5 +37,4 @@ protected:
 };
 
 #endif
-  // _WX_FONTENUM_H_
-
+  // _WX_FONTENUM_MSW_H_
index 50349cf40b156ffbfe8278d80df8a5101ed4d1f8..6e9505dc55791602e27f984494531f806f86206f 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_FONTENUM_H_
-#define _WX_FONTENUM_H_
+#ifndef _WX_FONTENUM_PALM_H_
+#define _WX_FONTENUM_PALM_H_
 
 /*
  * wxFontEnumerator: for gathering font information
@@ -37,5 +37,4 @@ protected:
 };
 
 #endif
-  // _WX_FONTENUM_H_
-
+  // _WX_FONTENUM_PALM_H_