diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-09 16:27:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-09 16:27:05 +0300 |
commit | 1324fd68e1a049fea14f38c0aece770778d1b225 (patch) | |
tree | 22ac54b4b06b4bb5d894bbde50410e361ebda81a /src/gui/setup_other.h | |
parent | 50ca2750f73025be4e73ed1c6271c4433f081062 (diff) | |
download | plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.gz plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.bz2 plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.xz plus-1324fd68e1a049fea14f38c0aece770778d1b225.zip |
Add initial setup page for touch interfaces.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 940fcbfc6..37e79e974 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_Setup_Other_H -#define GUI_Setup_Other_H +#ifndef GUI_SETYP_OTHER_H +#define GUI_SETUP_OTHER_H #include "gui/widgets/setupitem.h" |