Code::Blocks  SVN r11506
Macros
licenses.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LICENSE_GPL
 
#define LICENSE_WXWINDOWS
 

Macro Definition Documentation

◆ LICENSE_GPL

#define LICENSE_GPL
Value:
_("This program is licensed under the terms\nof the GNU General Public License version 3\n\n" \
"Available online under:\nhttp://www.gnu.org/licenses/gpl-3.0.html")
const wxString & _(const wxString &string)

Definition at line 10 of file licenses.h.

Referenced by dlgAbout::dlgAbout().

◆ LICENSE_WXWINDOWS

#define LICENSE_WXWINDOWS
Value:
_("This program is distributed under the wxWindows Library License version 3\n\n" \
"http://www.wxwidgets.org/about/licence3.txt")
const wxString & _(const wxString &string)

Definition at line 13 of file licenses.h.