Skip to content

Commit

Permalink
taskbar: fix issue pywinauto#294 - get notification area toolbar in n…
Browse files Browse the repository at this point in the history
…on-English localization
  • Loading branch information
airelil committed Feb 12, 2017
1 parent 47196bd commit 5dd10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/taskbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def RightClickHiddenSystemTrayIcon(button, exact=False, by_tooltip=False):

# these are the icons - what people normally think of
# as the system tray
SystemTrayIcons = TaskBar.NotificationAreaToolbar
SystemTrayIcons = TaskBar.child_window(class_name="ToolbarWindow32", found_index=0)

# the toolbar with the running applications
RunningApplications = TaskBar.MSTaskListWClass
Expand Down

0 comments on commit 5dd10b2

Please sign in to comment.