wxIScan
wxiscan.h
Go to the documentation of this file.
00001 #ifndef WXISCAN_H
00002 #define WXISCAN_H
00003 
00004 /* VERSION NUMBERING */
00005 #include "version.h"
00006 
00007 /* VERSION DEFINITIONS */
00008 #define COMPANY_NAME            "nellresearch.de"
00009 #if __WXLUASCRIPT__
00010     #define FILE_DESCRIPTION    "A lightweight scanning application with OCR support" \
00011                                 " expandable by Lua scripting"
00012 #else
00013     #define FILE_DESCRIPTION    "A lightweight scanning application with OCR support"
00014 #endif // __WXLUASCRIPT__
00015 #define INTERNAL_NAME           "wxIScan"
00016 #define LEGAL_COPYRIGHT         "(c) 2008-2012 Daniel Nell"
00017 #define LEGAL_TRADEMARKS        ""
00018 #define ORIGINAL_FILENAME       "wxiscan.exe"
00019 #define PRODUCT_NAME            "wxIScan"
00020 #define WEB_SITE                "www.nellresearch.de"
00021 
00022 #endif // WXISCAN_H