StackWindow: Set the window title

Regression introduced by 47fea30557

Change-Id: I9157ab5c1a43525c563c79213c450e481fec41d5
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Aurindam Jana
2012-03-30 09:39:23 +02:00
committed by hjk
parent 95cfe23e95
commit 2395416b37

View File

@@ -59,7 +59,10 @@ private:
class StackWindow : public BaseWindow
{
public:
StackWindow() : BaseWindow(new StackTreeView) {}
StackWindow() : BaseWindow(new StackTreeView)
{
setWindowTitle(tr("Stack"));
}
};
} // namespace Internal