mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
01493d7992
undergoing development. Currently BROKEN on 3.x because of old compiler issues. PR: 15798 Submitted by: Will Andrews <andrews@technologist.com>
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
--- kdreamsite/kdreamsite.cpp Sat Nov 13 17:41:02 1999
|
|
+++ kdreamsite/kdreamsite.cpp.new Sat Nov 13 17:40:56 1999
|
|
@@ -360,7 +360,7 @@
|
|
************************************************************/
|
|
|
|
void KDreamSite::NewFile() {
|
|
- newFile = new EditWidget (kapp, Editors, i18n ("Untiled"));
|
|
+ newFile = new EditWidget (kapp, Editors, (char *)i18n ("Untiled"));
|
|
Editors->insertPage (newFile, "Untiled");
|
|
Editors->setVisiblePage(newFile);
|
|
newFile->setFocusPolicy(StrongFocus);
|