diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-08 02:28:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-08 02:28:51 +0800 |
commit | f433ddf7b23823f50017a9b6232fccebeaf142bf (patch) | |
tree | bca6bbdb82dbcf0a5b69534cb7aed758e9e22122 /composer/ChangeLog | |
parent | 95684042a284502b02a11a9462d79397d8750914 (diff) | |
download | gsoc2013-evolution-f433ddf7b23823f50017a9b6232fccebeaf142bf.tar.gz gsoc2013-evolution-f433ddf7b23823f50017a9b6232fccebeaf142bf.tar.zst gsoc2013-evolution-f433ddf7b23823f50017a9b6232fccebeaf142bf.zip |
s/strcasecmp/g_strcasecmp
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart):
s/strcasecmp/g_strcasecmp
svn path=/trunk/; revision=4574
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 8824781fcb..264f97ad29 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,8 @@ 2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer-attachment-bar.c (attach_to_multipart): + s/strcasecmp/g_strcasecmp + * e-msg-composer.c: s/strncasecmp/g_strncasecmp - this will help later with building on different platforms :-) |