[gnome-control-center/wip/hadess/switcheroo-renderers: 2/2] info: No need to put TM and (R) as exponents
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/switcheroo-renderers: 2/2] info: No need to put TM and (R) as exponents
- Date: Thu, 17 Oct 2019 13:01:04 +0000 (UTC)
commit 4c8dca0cb8c0130fbb7003655e5950a1b2b8f327
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 17 14:59:26 2019 +0200
info: No need to put TM and (R) as exponents
The font glyphs already put those characters in the upper right of where
the character should be.
panels/info-overview/info-cleanup.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/info-overview/info-cleanup.c b/panels/info-overview/info-cleanup.c
index 9c2239523..c403fe359 100644
--- a/panels/info-overview/info-cleanup.c
+++ b/panels/info-overview/info-cleanup.c
@@ -37,13 +37,13 @@ prettify_info (const char *info)
int i;
static const ReplaceStrings rs[] = {
{ "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>"},
+ { "Intel[(]R[)]", "Intel\302\256"},
+ { "Core[(]TM[)]", "Core\342\204\242"},
+ { "Atom[(]TM[)]", "Atom\342\204\242"},
{ "Gallium .* on (AMD .*)", "\\1"},
{ "(AMD .*) [(].*", "\\1"},
{ "(AMD [A-Z])(.*)", "\\1\\L\\2\\E"},
- { "AMD", "AMD<sup>\302\256</sup>"},
+ { "AMD", "AMD\302\256"},
{ "Graphics Controller", "Graphics"},
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]