/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to genpot.sh

  • Committer: Gary van der Merwe
  • Date: 2007-08-12 21:14:51 UTC
  • mto: (256.2.37 gtk)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: garyvdm@gmail.com-20070812211451-o4csssbjijxwu3xw
Tags: oldviz
Just copy missing function for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
fi
24
24
xgettext -L python -o po/olive-gtk.pot olive-gtk
25
25
xgettext -j -o po/olive-gtk.pot olive.glade
26
 
cd olive/frontend/gtk
27
 
xgettext -j -o ../../../po/olive-gtk.pot *.py
28
 
cd viz
29
 
xgettext -j -o ../../../../po/olive-gtk.pot *.py
 
26
xgettext -o po/olive-gtk.pot *.py
 
27
cd olive/
 
28
xgettext -j -o ../po/olive-gtk.pot *.py
 
29
#cd viz
 
30
#xgettext -j -o ../../../../po/olive-gtk.pot *.py