annotate po/README @ 25402:0c7b74fc558e

Lots of minor whitespace and comment changes: * Removed stray whitespace * Changed a few places that used space indentation to use tabs * Changed some places that used tabs for alignment in the middle of a line of code to use spaces * Use two tabs to indent code that spans more than one line instead of a few tabs and a few spaces in an effort to align the subsequent lines with the initial one * Changed "#ifdef _BLAH_H" to "#ifdef BLAH_H" because an underscore followed by a capital letter is reserved for use by the compiler and system libraries. I also changed the path to the sound theme.xml file from root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-loader"); to root_node = xmlnode_from_file(dir, "theme.xml", "sound themes", "sound-theme-loader");
author Mark Doliner <mark@kingant.net>
date Sun, 25 Jan 2009 22:55:23 +0000
parents da5c044a2437
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25402
0c7b74fc558e Lots of minor whitespace and comment changes:
Mark Doliner <mark@kingant.net>
parents: 24934
diff changeset
1 For information on translating Pidgin, libpurple, and Finch, please see
24934
da5c044a2437 Remove references to our former name in all translations and the README in
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 13348
diff changeset
2 our wiki page at http://developer.pidgin.im/wiki/TipsForTranslators.