<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - UI: Don't translate the vulkan/raster specifier in about window"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132066#c20">Comment # 20</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - UI: Don't translate the vulkan/raster specifier in about window"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132066">bug 132066</a>
from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
<pre>Couldn't it all be easily made correctly translated in GUI, and correctly
English in clipboard, just by using a variant of current CuiResId, like this:
OUString CuiResId_En_US(const char *pKey)
{
return Translate::get(pKey, Translate::Create("cui", "en-US"));
}
and using that to construct the data copied to clipboard, in the same way that
normal CuiResId would be used to populate the dialog?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>