Skip to content

Commit

Permalink
Glade supports GtkBuilder format now, so switch over to it
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeger committed Jan 24, 2009
1 parent fe8484a commit d446fa6
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 400 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version.o: $(GIT)

gui.c: gui.glade
echo "const char *gui_buffer = \"\\" > $@
gtk-builder-convert $< - | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
sed 's/"/\\"/g' $< | sed 's/.*/&\\n\\/' >> $@
echo "\";" >> $@

easystroke.desktop: easystroke.desktop.in $(MOFILES)
Expand Down
Loading

0 comments on commit d446fa6

Please sign in to comment.