ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Исправление бага с сохранением в KTurtle
@ 2007-05-03  8:54 Андрей Черепанов
  2007-05-03  9:39 ` Андрей Черепанов
  0 siblings, 1 reply; 4+ messages in thread
From: Андрей Черепанов @ 2007-05-03  8:54 UTC (permalink / raw)
  To: Сергей
	Турчин
  Cc: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Исправление ошибки сохранения файлов *.logo с командами на русском.

-- 
Андрей Черепанов
ALT Linux Solutions
cas@altlinux.ru

[-- Attachment #2: kturtle.patch --]
[-- Type: text/x-diff, Size: 519 bytes --]

--- kturtle/src/kturtle.cpp	2005-10-10 18:55:19 +0400
+++ kturtle/src/kturtle-new.cpp	2007-05-03 12:34:52 +0400
@@ -380,7 +380,7 @@
 	else
 	{
 		QString mString = editorInterface->text(); // get the text
-		editorInterface->setText( mString.utf8() ); // convert it to utf8
+		editorInterface->setText( mString ); // convert it to utf8
 		editor->document()->saveAs(url); // use the KateParts method for saving
 		loadFile(url); // reload the file as utf8 otherwise display weird chars
 		setCaption( url.fileName() );

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-07 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-03  8:54 [devel] Исправление бага с сохранением в KTurtle Андрей Черепанов
2007-05-03  9:39 ` Андрей Черепанов
2007-05-07  9:25   ` Michael Shigorin
2007-05-07 13:24     ` Sergey V Turchin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git