diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
commit | 460091fb0b2ff114cc741372f15bb43b702ea3b1 (patch) | |
tree | 0562c2eda4c66969c6e6d0910080db9f5b0def3e /lib/resources.h | |
parent | 5.15 (diff) | |
download | FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.gz FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.bz2 FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.zip |
5.16
Diffstat (limited to 'lib/resources.h')
-rw-r--r-- | lib/resources.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/resources.h b/lib/resources.h index a8d9469c..df651eaa 100644 --- a/lib/resources.h +++ b/lib/resources.h @@ -4,8 +4,8 @@ // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** -#ifndef RESOURCES_H_INCLUDED -#define RESOURCES_H_INCLUDED +#ifndef RESOURCES_H_8740257825342532457 +#define RESOURCES_H_8740257825342532457 #include <map> #include <wx/bitmap.h> @@ -23,7 +23,7 @@ public: //global image resource objects wxAnimation aniWink; wxAnimation aniSync; - wxIcon programIcon; + wxIcon programIconFFS; private: GlobalResources(); @@ -37,4 +37,4 @@ private: inline const wxBitmap& getResourceImage(const wxString& name) { return GlobalResources::instance().getImage(name); } -#endif // RESOURCES_H_INCLUDED +#endif //RESOURCES_H_8740257825342532457 |