diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-18 14:26:36 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-05-18 14:26:36 +0000 |
commit | cb4e0ce108d4da27400abfeca1d5d6d3de373d0b (patch) | |
tree | 4798699fc00a5ff3aa83e2c22cbb400681abfd58 /hardinfo2/callbacks.c | |
parent | 6e3c288210c382b93e8c0e6243d7d81b6dffd7ce (diff) |
Add DMI support for x86 and x86-64 architectures. Support is based on patch by Stewart Adam (berlios patch #2272).
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r-- | hardinfo2/callbacks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 32db0791..521a8f18 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -204,6 +204,7 @@ void cb_about() "Raytracing benchmark by John Walker (see fbench.c for details)", "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", NULL }; const gchar *artists[] = { @@ -216,7 +217,7 @@ void cb_about() gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(about), "HardInfo"); gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(about), VERSION); gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(about), - "Copyright \302\251 2003-2007 " + "Copyright \302\251 2003-2008 " "Leandro A. F. Pereira"); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about), "System information and benchmark tool"); |