浏览代码

fixes issue 688: windows no longer have titles

git-svn-id: http://svn.dmdirc.com/trunk@3242 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Gregory Holmes 16 年前
父节点
当前提交
9a8e537b2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/com/dmdirc/ui/swing/components/TextFrame.java

+ 1
- 1
src/com/dmdirc/ui/swing/components/TextFrame.java 查看文件

@@ -192,7 +192,7 @@ public abstract class TextFrame extends JInternalFrame implements Window,
192 192
             /** {@inheritDoc} */
193 193
             @Override
194 194
             public void run() {
195
-                TextFrame.this.setTitle(title);
195
+                TextFrame.super.setTitle(title);
196 196
             }
197 197
         });
198 198
     }

正在加载...
取消
保存