File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/cn/ieclipse/smartim/actions Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<description ><![CDATA[
8
8
An anti-boss plugin for you to chat with your QQ/Wechat friends privately.<br/>
9
- 一个防Boss的QQ/微信聊天插件,让老板以为你是在写代码,其实,你是在聊天,不过,做为程序猿 ,怎么可能有时间聊天,哈哈。<br/>
9
+ 一个防Boss的QQ/微信聊天插件,让老板以为你是在写代码,其实,你是在聊天,不过,作为程序猿 ,怎么可能有时间聊天,哈哈。<br/>
10
10
about more: <a href="https://github.com/Jamling/SmartQQ4Intellij/">https://github.com/Jamling/SmartQQ4Intellij/</a>
11
11
]]> </description >
12
12
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ public void actionPerformed(AnActionEvent anActionEvent) {
23
23
openDialog ();
24
24
}
25
25
else {
26
- JOptionPane .showInternalMessageDialog (null , "已断开连接,请重新登录成功后再试" );
26
+ // fix #52
27
+ JOptionPane .showMessageDialog (null , "已断开连接,请重新登录成功后再试" );
27
28
}
28
29
}
29
30
You can’t perform that action at this time.
0 commit comments