Skip to content

Commit

Permalink
RimeWithWeasel: mode change notifications for 'ascii_punct'.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 30, 2014
1 parent f4a1a13 commit aa246d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RimeWithWeasel/RimeWithWeasel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ bool RimeWithWeaselHandler::_ShowMessage(weasel::Context& ctx, weasel::Status& s
tips = L"半角";
else if (m_message_value == "full_shape")
tips = L"全角";
else if (m_message_value == "!ascii_punct")
tips = L",。";
else if (m_message_value == "ascii_punct")
tips = L",.";
else if (m_message_value == "!simplification")
tips = L"漢字";
else if (m_message_value == "simplification")
Expand Down
2 changes: 1 addition & 1 deletion brise
Submodule brise updated from 01f45c to f2c284

0 comments on commit aa246d7

Please sign in to comment.