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:
guy 2006-08-03 14:23:27 +00:00
parent 66879a3cef
commit b36c28e91e
3 changed files with 4 additions and 5 deletions

View File

@ -4,6 +4,7 @@
<ita>Attezione: premere OK per cancellare</ita>
<eng>Atension: pres ochei to dilit</eng>
<src>ba1.exe</src>
<max>40</max>
</entry>
</dictionary>
*/
@ -271,7 +272,7 @@ const char* dictionary_translate_header(const char* head)
const int at = str.rfind('@');
if (at >= 0)
{
TString8 postfix;
TString postfix; // lasciare TString!
postfix = str.mid(at);
str.cut(at);
str = dictionary_translate(str);

View File

@ -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()));
else
xvt_dwin_set_font(w, font.get_xvt_font(win));
continue;
}
if (str.starts_with("<image "))
@ -1333,7 +1331,7 @@ bool TBook::print_page(TWindow& win, size_t page)
TFilename name; get_xml_string(str, "src", name);
TImage* img = _images.image(name);
if (img != NULL)
{
{
if (is_pdf())
{
name.custom_path();

View File

@ -589,7 +589,7 @@ istream & eatwhite(istream & i)
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));
for (int i = 0; ranger[i]; i++)
{