-rw-r--r-- | library/lnkproperties.cpp | 1 |
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() |