#include "about-dialog.h"
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "resources/lgpl.h"
Go to the source code of this file.
|
static const std::string | rc_copyright = "Copyright (c) 2017 Roboception GmbH" |
|
static const std::string | rc_license = "The source code of rcdiscover is available under the 3-clause BSD license." |
|
static const std::string | wx_license |
|
#define STRINGIFY |
( |
|
x | ) |
#x |
const std::string rc_copyright = "Copyright (c) 2017 Roboception GmbH" |
|
static |
const std::string rc_license = "The source code of rcdiscover is available under the 3-clause BSD license." |
|
static |
const std::string wx_license |
|
static |
Initial value:= "This program contains code from the \
LGPLed library wxWidgets (http://www.wxwidgets.org/)."
Definition at line 50 of file about-dialog.cc.