"Untitled 1" problem
"Untitled 1" problem
- Subject: "Untitled 1" problem
- From: Steve Gehrman <email@hidden>
- Date: Fri, 1 Jun 2001 15:06:57 -0700
When I create a new document with the new menu item, my code changes the
window name with
[[self window]
setTitleWithRepresentedFilename:[outlineViewController rootPath]];
but I guess sometime later, the document renames the windows to
"Untitled 1".
How can I avoid this?
steve