summaryrefslogtreecommitdiff
path: root/wx+/popup_dlg.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+/popup_dlg.h
parent7.5 (diff)
downloadFreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip
7.6
Diffstat (limited to 'wx+/popup_dlg.h')
-rw-r--r--wx+/popup_dlg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/wx+/popup_dlg.h b/wx+/popup_dlg.h
index eef7ab79..99fe2de1 100644
--- a/wx+/popup_dlg.h
+++ b/wx+/popup_dlg.h
@@ -4,12 +4,13 @@
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef MESSAGEPOPUP_H_820780154723456
-#define MESSAGEPOPUP_H_820780154723456
+#ifndef POPUP_DLG_H_820780154723456
+#define POPUP_DLG_H_820780154723456
#include <wx/window.h>
#include <wx/string.h>
+
namespace zen
{
//parent window, optional: support correct dialog placement above parent on multiple monitor systems
@@ -88,4 +89,4 @@ private:
};
}
-#endif //MESSAGEPOPUP_H_820780154723456
+#endif //POPUP_DLG_H_820780154723456
bgstack15