/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: Alexander Belchenko
  • Date: 2006-10-05 14:08:40 UTC
  • mto: (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: bialix@ukr.net-20061005140840-bb44fe880d6f4481
Make olive.glade universal by using the same path to icon resources
in both installed and non-installed versions

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
cd olive/
 
27
xgettext -j -o ../po/olive-gtk.pot *.py
 
28
#cd viz
 
29
#xgettext -j -o ../../../../po/olive-gtk.pot *.py