There is no wireless layout.

svn path=/trunk/; revision=47161
This commit is contained in:
Jaap Keuter 2013-01-19 13:01:00 +00:00
parent a43975ca82
commit 179016c9cb
1 changed files with 1 additions and 1 deletions

View File

@ -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