Commit Graph

3 Commits

Author SHA1 Message Date
Sven Neumann 80aa8233a8 updated
2002-02-25  Sven Neumann  <sven@gimp.org>

	* README.i18n: updated

	* app/gui/tips-dialog.c
	* app/gui/tips-parser.[ch]: dropped the locale matching magic since
	it would never work for all cases. Instead introduced a special
	message so translators can specify the exact tips locale.
2002-02-25 18:36:03 +00:00
Sven Neumann c3efdd2ab8 strip newlines, tabs and adjacent spaces from string values. Added a naive
2002-02-25  Sven Neumann  <sven@gimp.org>

	* app/gui/tips-parser.[ch]: strip newlines, tabs and adjacent spaces
	from string values. Added a naive locale match algorithm. We'll see
	how well it works in real life...

	* app/gui/tips-dialog.c: call gimp_tips_from_file() with current
	locale. Let GTK+ do the line breaks, assorted cosmetic changes.

	* tips/de.po: stripped newlines from translation.
2002-02-25 16:48:30 +00:00
Sven Neumann d7127846be app/gui/Makefile.am new files. A simple XML parser for the gimp-tips.xml
2002-02-25  Sven Neumann  <sven@gimp.org>

	* app/gui/Makefile.am
	* app/gui/tips-parser.[ch]: new files. A simple XML parser for the
	gimp-tips.xml file.

	* app/gui/tips-dialog.c: Removed old gimp_tips.txt parsing code and
	switched to use gimp-tips.xml with the new parser. This needs some
	more work ...
2002-02-25 02:52:33 +00:00