summaryrefslogtreecommitdiff
path: root/library/lnkproperties.cpp
authorllornkcor <llornkcor>2002-06-16 14:01:21 (UTC)
committer llornkcor <llornkcor>2002-06-16 14:01:21 (UTC)
commitcae5010a012b006d88bce9ca95b605639a3c23ad (patch) (side-by-side diff)
tree7f70b25a1657805b4f16acc7d9c6f178ad1b65fe /library/lnkproperties.cpp
parent923c0cbd81be6234507ef5d6c1877e55f407b7a6 (diff)
downloadopie-cae5010a012b006d88bce9ca95b605639a3c23ad.zip
opie-cae5010a012b006d88bce9ca95b605639a3c23ad.tar.gz
opie-cae5010a012b006d88bce9ca95b605639a3c23ad.tar.bz2
added filepath to titlebar
Diffstat (limited to 'library/lnkproperties.cpp') (more/less context) (show whitespace changes)
-rw-r--r--library/lnkproperties.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/lnkproperties.cpp b/library/lnkproperties.cpp
index abd430c..ebfd4bf 100644
--- a/library/lnkproperties.cpp
+++ b/library/lnkproperties.cpp
@@ -117,6 +117,7 @@ LnkProperties::LnkProperties( AppLnk* l, QWidget* parent )
currentLocation = 0; // apps not movable (yet)
}
+ setCaption( l->file());
}
LnkProperties::~LnkProperties()