diff -r c99695c0f13a -r f53c03574697 Debugger/VariablesFilterDialog.py --- a/Debugger/VariablesFilterDialog.py Sun Oct 06 18:02:21 2013 +0200 +++ b/Debugger/VariablesFilterDialog.py Sun Oct 06 19:00:04 2013 +0200 @@ -57,8 +57,8 @@ """ Public slot to retrieve the current selections. - @return A tuple of lists of integer values. The first list is the locals variables - filter, the second the globals variables filter. + @return A tuple of lists of integer values. The first list is the + locals variables filter, the second the globals variables filter. """ lList = [] gList = []