[rkward-cvs] [rkward/releases/0.6.2] rkward/windows: Fix one half of http://sourceforge.net/p/rkward/bugs/130/
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Thu Feb 5 15:18:19 UTC 2015
Git commit b7df07c27b05caa4779142a8b4ced456e0860197 by Thomas Friedrichsmeier.
Committed on 18/10/2014 at 15:51.
Pushed by tfry into branch 'releases/0.6.2'.
Fix one half of http://sourceforge.net/p/rkward/bugs/130/
svn path=/trunk/rkward/; revision=4931
M +2 -2 rkward/windows/rkcommandeditorwindow.cpp
http://commits.kde.org/rkward/b7df07c27b05caa4779142a8b4ced456e0860197
diff --git a/rkward/windows/rkcommandeditorwindow.cpp b/rkward/windows/rkcommandeditorwindow.cpp
index b729f4a..085e106 100644
--- a/rkward/windows/rkcommandeditorwindow.cpp
+++ b/rkward/windows/rkcommandeditorwindow.cpp
@@ -2,7 +2,7 @@
rkcommandeditorwindow - description
-------------------
begin : Mon Aug 30 2004
- copyright : (C) 2004-2013 by Thomas Friedrichsmeier
+ copyright : (C) 2004-2014 by Thomas Friedrichsmeier
email : tfry at users.sourceforge.net
***************************************************************************/
@@ -331,7 +331,7 @@ QString RKCommandEditorWindow::fullCaption () {
if (m_doc->url ().isEmpty ()) {
return (shortCaption ());
} else {
- QString cap = m_doc->url ().url ();
+ QString cap = m_doc->url ().pathOrUrl ();
if (isModified ()) cap.append (i18n (" [modified]"));
return (cap);
}
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs
More information about the rkward-tracker
mailing list