diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-03-09 11:28:08 -0300 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-03-09 11:28:08 -0300 | 
| commit | 0d1d8f371c5c0f76d197db06bc7cc1558f2639f4 (patch) | |
| tree | 34a23c0c7e58d0d5b3fc1e0ed0743d986ee1cea4 | |
| parent | f24c0cf84862d3740cd4457484393e5c2fafe0ce (diff) | |
Reorder credits
| -rw-r--r-- | hardinfo2/callbacks.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 4bbee1e2..40ee07bc 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -196,7 +196,6 @@ void cb_about()  	"Contributors:",  	"Agney Lopes Roth Ferraz",  	"Andrey Esin", -	"SCSI support by Pascal F. Martin",  	"",  	"Based on work by:",  	"MD5 implementation by Colin Plumb (see md5.c for details)", @@ -207,6 +206,7 @@ void cb_about()  	"Some code partly based on x86cpucaps by Osamu Kayasono",  	"Vendor list based on GtkSysInfo by Pissens Sebastien",  	"DMI support based on code by Stewart Adam", +	"SCSI support based on code by Pascal F. Martin",  	NULL      };      const gchar *artists[] = { | 
