Skip to content

Commit 7292d7b

Browse files
committed
fix #52
1 parent b1c0565 commit 7292d7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<description><![CDATA[
88
An anti-boss plugin for you to chat with your QQ/Wechat friends privately.<br/>
9-
一个防Boss的QQ/微信聊天插件,让老板以为你是在写代码,其实,你是在聊天,不过,做为程序猿,怎么可能有时间聊天,哈哈。<br/>
9+
一个防Boss的QQ/微信聊天插件,让老板以为你是在写代码,其实,你是在聊天,不过,作为程序猿,怎么可能有时间聊天,哈哈。<br/>
1010
about more: <a href="https://github.com/Jamling/SmartQQ4Intellij/">https://github.com/Jamling/SmartQQ4Intellij/</a>
1111
]]></description>
1212

src/cn/ieclipse/smartim/actions/BroadcastAction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public void actionPerformed(AnActionEvent anActionEvent) {
2323
openDialog();
2424
}
2525
else {
26-
JOptionPane.showInternalMessageDialog(null, "已断开连接,请重新登录成功后再试");
26+
// fix #52
27+
JOptionPane.showMessageDialog(null, "已断开连接,请重新登录成功后再试");
2728
}
2829
}
2930

0 commit comments

Comments
 (0)