info: add special case for Atom(TM)

This commit is contained in:
William Jon McCann 2011-02-04 15:21:18 -05:00
parent fe04b358a4
commit 56592a114d

View file

@ -274,6 +274,7 @@ prettify_info (const char *info)
{ "Mesa DRI ", ""},
{ "Intel[(]R[)]", "Intel<sup>\302\256</sup>"},
{ "Core[(]TM[)]", "Core<sup>\342\204\242</sup>"},
{ "Atom[(]TM[)]", "Atom<sup>\342\204\242</sup>"},
{ "Graphics Controller", "Graphics"},
};