summaryrefslogtreecommitdiff
path: root/wx+/font_size.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
committerDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
commit89621addb4a7c87d2e3f3e7462e3c690cf71de71 (patch)
tree008b5dea7624ee1eeb57ff82c45fdf1afcab3b08 /wx+/font_size.h
parent7.5 (diff)
downloadFreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip
7.6
Diffstat (limited to 'wx+/font_size.h')
-rw-r--r--wx+/font_size.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/wx+/font_size.h b/wx+/font_size.h
index c1ea47cd..2302e056 100644
--- a/wx+/font_size.h
+++ b/wx+/font_size.h
@@ -4,8 +4,8 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef FONT_SIZE_HEADER_23849632846734343234532
-#define FONT_SIZE_HEADER_23849632846734343234532
+#ifndef FONT_SIZE_H_23849632846734343234532
+#define FONT_SIZE_H_23849632846734343234532
#include <zen/basic_math.h>
#include <wx/window.h>
@@ -16,6 +16,7 @@
#include <vssym32.h> //TMT_COLOR
#endif
+
namespace zen
{
//set portable font size in multiples of the operating system's default font size
@@ -31,8 +32,6 @@ void setMainInstructionFont(wxWindow& control); //following Windows/Gnome/OS X g
-
-
//###################### implementation #####################
inline
void setRelativeFontSize(wxWindow& control, double factor)
@@ -84,4 +83,4 @@ void setMainInstructionFont(wxWindow& control)
};
}
-#endif //FONT_SIZE_HEADER_23849632846734343234532
+#endif //FONT_SIZE_H_23849632846734343234532
bgstack15