add history_manager py and glade

This commit is contained in:
Nikos Kouremenos 2006-02-06 21:05:33 +00:00
parent c9ef415ecc
commit 321d2239c0
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,8 @@ all: $(LANGDIR)
%.mo: %.po
msgfmt $< -o $@
gajim.pot: ../src/*py ../src/common/*py ../src/gtkgui.glade.h
gajim.pot: ../src/*py ../src/common/*py ../src/gtkgui.glade.h \
../src/history_manager.glade.h
intltool-update --pot --gettext-package=$(NAME)
clean:

View File

@ -1,4 +1,5 @@
# ls gajim.desktop.in src/gtkgui.glade.h src/*py src/common/*py -1 -U in trunk
# ls gajim.desktop.in src/gtkgui.glade.h src/history_manager.glade.h
# src/*py src/common/*py -1 -U in trunk
# to produce this list
[encoding: UTF-8]
@ -19,6 +20,8 @@ src/groupchat_control.py
src/gtkexcepthook.py
src/gtkgui.glade.h
src/gtkgui_helpers.py
src/history_manager.glade.h
src/history_manager.py
src/history_window.py
src/message_control.py
src/message_textview.py