aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-01-19 13:01:00 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-01-19 13:01:00 +0000
commit179016c9cbaaa03b8b12fe89bfd11744fb21007c (patch)
tree66ecffbea01eab8801e8445d8b3adaddfb454ec1 /ui/gtk/Makefile.am
parenta43975ca8278971b75f9b682e14dffcb7998ce6d (diff)
There is no wireless layout.
svn path=/trunk/; revision=47161
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 0e33670f4b..7a7b48507f 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -145,7 +145,7 @@ toolbar_icons.h:
layouts.h:
echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
echo >> $@
- for layout_num in 1 2 3 4 5 6 wireless ; do \
+ for layout_num in 1 2 3 4 5 6 ; do \
gdk-pixbuf-csource --raw --name=layout_$${layout_num}_pb_data $(top_srcdir)/image/layout_$${layout_num}.png >> $@ ;\
done