Subversion Repositories Kolibri OS

Rev

Rev 7208 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7208 Rev 7210
Line 294... Line 294...
294
			debugln("Document has no information about encoding, UTF will be used");
294
			debugln("Document has no information about encoding, UTF will be used");
295
		}
295
		}
296
		if (opened) {
296
		if (opened) {
297
			if (strcmp(#header, #version) != 0) {
297
			if (strcmp(#header, #version) != 0) {
298
				debugln("!!!!!!!!!!!!!!!!!!!!!!");
298
				ChangeCharset(charsets[cur_encoding], "CP866", #header);
299
				ChangeCharset(charsets[cur_encoding], "CP866", #header);
-
 
300
				sprintf(#header, "%s - %s", #header, #version);
299
				sprintf(#header, "%s - %s", #header, #version);
301
			}
300
			}
302
			DrawTitle(#header);
301
			DrawTitle(#header);
303
		}
302
		}
304
		return;
303
		return;