Patch level : 4.0
Files correlati : tutti Ricompilazione Demo : [ ] Commento : Corretto erorre di traduzione testate sheet git-svn-id: svn://10.65.10.50/trunk@14231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
66879a3cef
commit
b36c28e91e
@ -4,6 +4,7 @@
|
|||||||
<ita>Attezione: premere OK per cancellare</ita>
|
<ita>Attezione: premere OK per cancellare</ita>
|
||||||
<eng>Atension: pres ochei to dilit</eng>
|
<eng>Atension: pres ochei to dilit</eng>
|
||||||
<src>ba1.exe</src>
|
<src>ba1.exe</src>
|
||||||
|
<max>40</max>
|
||||||
</entry>
|
</entry>
|
||||||
</dictionary>
|
</dictionary>
|
||||||
*/
|
*/
|
||||||
@ -271,7 +272,7 @@ const char* dictionary_translate_header(const char* head)
|
|||||||
const int at = str.rfind('@');
|
const int at = str.rfind('@');
|
||||||
if (at >= 0)
|
if (at >= 0)
|
||||||
{
|
{
|
||||||
TString8 postfix;
|
TString postfix; // lasciare TString!
|
||||||
postfix = str.mid(at);
|
postfix = str.mid(at);
|
||||||
str.cut(at);
|
str.cut(at);
|
||||||
str = dictionary_translate(str);
|
str = dictionary_translate(str);
|
||||||
|
@ -1324,8 +1324,6 @@ bool TBook::print_page(TWindow& win, size_t page)
|
|||||||
xvt_dwin_set_font(w, font.get_preview_font(win, page_res()));
|
xvt_dwin_set_font(w, font.get_preview_font(win, page_res()));
|
||||||
else
|
else
|
||||||
xvt_dwin_set_font(w, font.get_xvt_font(win));
|
xvt_dwin_set_font(w, font.get_xvt_font(win));
|
||||||
|
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (str.starts_with("<image "))
|
if (str.starts_with("<image "))
|
||||||
|
@ -589,7 +589,7 @@ istream & eatwhite(istream & i)
|
|||||||
|
|
||||||
bool is_power_station()
|
bool is_power_station()
|
||||||
{
|
{
|
||||||
const char* ranger[] = { "ARCHIMEDE", "BATMOBILE", "KIRK", "SPOCK", "UHURA", NULL };
|
const char* ranger[] = { "ANTARES", "ARCHIMEDE", "BATMOBILE", "KIRK", "SPOCK", "UHURA", NULL };
|
||||||
char hostname[256]; xvt_sys_get_host_name(hostname, sizeof(hostname));
|
char hostname[256]; xvt_sys_get_host_name(hostname, sizeof(hostname));
|
||||||
for (int i = 0; ranger[i]; i++)
|
for (int i = 0; ranger[i]; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user