Mercurial > pidgin
comparison src/plugin.c @ 12983:92ae94619e2c
[gaim-migrate @ 15336]
Some whitespace weirdness I noticed while tracking down a bug.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sun, 22 Jan 2006 05:11:13 +0000 |
| parents | 2c4f20ff387c |
| children | de3a3669dbe1 |
comparison
equal
deleted
inserted
replaced
| 12982:614ab5ffc6f9 | 12983:92ae94619e2c |
|---|---|
| 504 | 504 |
| 505 if (dep_plugin == NULL) | 505 if (dep_plugin == NULL) |
| 506 { | 506 { |
| 507 char *tmp; | 507 char *tmp; |
| 508 | 508 |
| 509 tmp = g_strdup_printf( | 509 tmp = g_strdup_printf(_("The required plugin %s was not found. " |
| 510 _("The required plugin %s was not found. " | |
| 511 "Please install this plugin and try again."), | 510 "Please install this plugin and try again."), |
| 512 dep_name); | 511 dep_name); |
| 513 | 512 |
| 514 gaim_notify_error(NULL, NULL, | 513 gaim_notify_error(NULL, NULL, |
| 515 _("Gaim encountered errors loading the plugin."), tmp); | 514 _("Gaim encountered errors loading the plugin."), tmp); |
