~vcs-imports/cellwriter/trunk

« back to all changes in this revision

Viewing changes to src/preprocess.c

  • Committer: melevin at google
  • Date: 2011-03-12 06:52:39 UTC
  • Revision ID: svn-v4:d9f380b8-3a52-0410-a0cc-f104a7650585:trunk:24
* Updated email address. 
* Removed GNOME dependency in favor of gtk_show_uri(). Without GNOME or GTK 2.14 you just won't get the "help" button.
* Turkish translation for Desktop file (thanks ozbekanil!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/*
3
3
 
4
4
cellwriter -- a character recognition input method
5
 
Copyright (C) 2007 Michael Levin <risujin@risujin.org>
 
5
Copyright (C) 2007 Michael Levin <risujin@gmail.com>
6
6
 
7
7
This program is free software; you can redistribute it and/or
8
8
modify it under the terms of the GNU General Public License
297
297
        for (i = 0; i < PREP_SAMPLES && list[i]; i++)
298
298
                list[i]->disqualified = FALSE;
299
299
}
300