commit/Emoticons: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 16 Jan 2017 19:28:29 -0000

2 new commits in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/7992b7a43c51/
Changeset:   7992b7a43c51
Branch:      None
User:        FranciscoJavier Estrada
Date:        2017-01-11 13:48:19+00:00
Summary:     Corrected "an smiley" comment to "a smiley"

Affected #:  1 file

diff --git a/addon/globalPlugins/emoticons/__init__.py 
b/addon/globalPlugins/emoticons/__init__.py
index da59520..917bfd7 100644
--- a/addon/globalPlugins/emoticons/__init__.py
+++ b/addon/globalPlugins/emoticons/__init__.py
@@ -91,7 +91,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                # Translators: the name for an item of addon submenu.
                _("&Insert emoticon..."),
                # Translators: the tooltip text for an item of addon submenu.
-               _("Shows a dialog to insert an smiley"))
+               _("Shows a dialog to insert a smiley"))
                gui.mainFrame.sysTrayIcon.Bind(wx.EVT_MENU, 
self.onInsertEmoticonDialog, self.insertItem)
                self.dicItem = self.emMenu.Append(wx.ID_ANY,
                # Translators: the name for an item of addon submenu.


https://bitbucket.org/nvdaaddonteam/emoticons/commits/929c3459427c/
Changeset:   929c3459427c
Branch:      master
User:        FranciscoJavier Estrada
Date:        2017-01-11 14:02:49+00:00
Summary:     InsertEmoticonDialog modified:
  In onOK method, replaced wx.MessageDialog by calling gui.messageBox.

Affected #:  1 file

diff --git a/addon/globalPlugins/emoticons/__init__.py 
b/addon/globalPlugins/emoticons/__init__.py
index 917bfd7..3710e6e 100644
--- a/addon/globalPlugins/emoticons/__init__.py
+++ b/addon/globalPlugins/emoticons/__init__.py
@@ -297,8 +297,7 @@ class InsertEmoticonDialog(wx.Dialog):
                        if self.smileysList.GetItemCount() > 0: focusedItem = 0
                        else:
                                # Translators: Error message when none emoticon 
is selected or the list is empty, and title of the error dialog.
-                               errorDialog = wx.MessageDialog(self, _("There 
is not any emoticon selected."), _("Error"), wx.OK)
-                               errorDialog.ShowModal()
+                               gui.messageBox(_("There is not any emoticon 
selected."), _("Error"), parent = self)
                                return
                icon = self._filteredEmoticons[focusedItem]
                if not icon.isEmoji:

Repository URL: https://bitbucket.org/nvdaaddonteam/emoticons/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: