ide_Console.diff

The diff file to apply - Sender Ghost, 10/06/2011 10:23 PM

Download (394 Bytes)

View differences:

uppsrc/ide/Console.cpp 2011-10-07 02:01:05 +0600
122 122
			if(slot.outfile)
123 123
				slot.outfile->Put(s);
124 124
			if(!slot.quiet) {
125
				s = FromSystemCharset(s);
125 126
				if(console_lock < 0 || console_lock == i) {
126 127
					console_lock = i;
127 128
					Append(s);