Skip to content

Commit

Permalink
wxGUI/animation: fix wxPyDeprecationWarning (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi authored and petrasovaa committed Aug 9, 2020
1 parent b8492cf commit 4c4890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/animation/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ def _createTemporalPage(self, notebook):
self.tempFormat.Bind(
wx.EVT_TEXT, lambda evt: self._setTimeFormat(
self.tempFormat.GetValue()))
self.tempFormat.SetToolTipString(
self.tempFormat.SetToolTip(
_(
"Click and then press key up or down to preview "
"different date and time formats. "
Expand Down

0 comments on commit 4c4890d

Please sign in to comment.