Mercurial > pidgin.yaz
view doc/gtkaccount-signals.dox @ 28519:f3f057b06840
Updated Simplified Chinese translation and email update. Closes #10165.
In committing this, I fixed these "fatal errors":
./zh_CN.po:2941: `msgid' and `msgstr' entries do not both end with '\n'
./zh_CN.po:4526: `msgid' and `msgstr' entries do not both end with '\n'
./zh_CN.po:8848: `msgid' and `msgstr' entries do not both end with '\n'
./zh_CN.po:9303: `msgid' and `msgstr' entries do not both end with '\n'
./zh_CN.po:9545: `msgid' and `msgstr' entries do not both end with '\n'
./zh_CN.po:10358: `msgid' and `msgstr[0]' entries do not both end with '\n'
./zh_CN.po:12888: `msgid' and `msgstr' entries do not both begin with '\n'
msgfmt: found 7 fatal error
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 01 Sep 2009 02:54:01 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page gtkaccount-signals GtkAccount Signals @signals @signal account-modified @endsignals @see gtkaccount.h <hr> @signaldef account-modified @signalproto void (*account-modified)(PurpleAccount *account); @endsignalproto @signaldesc Emitted when the settings for an account have been changed and saved. @param account The account that has been modified. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et