Mercurial > pidgin
comparison plugins/error.c @ 392:df5127560034
[gaim-migrate @ 402]
More updates to plugins
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 12 Jun 2000 13:07:53 +0000 |
| parents | be408b41c172 |
| children | bbff7d508593 |
comparison
equal
deleted
inserted
replaced
| 391:be408b41c172 | 392:df5127560034 |
|---|---|
| 34 /* we should never get here */ | 34 /* we should never get here */ |
| 35 return NULL; | 35 return NULL; |
| 36 } | 36 } |
| 37 | 37 |
| 38 char *name() { | 38 char *name() { |
| 39 return "Error Tester"; | 39 return "Error Tester" VERSION ; |
| 40 } | 40 } |
| 41 | 41 |
| 42 char *description() { | 42 char *description() { |
| 43 return "A nice little program that causes error messages"; | 43 return "A nice little program that causes error messages"; |
| 44 } | 44 } |
