Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable qtlib: remove redundant module specifier

Changeset b715e8a03ac7

Parent f0aa1fc877ff

by Steve Borho

Changes to one file · Browse files at b715e8a03ac7 Showing diff from parent f0aa1fc877ff Diff from another changeset...

 
73
74
75
76
 
77
78
79
 
73
74
75
 
76
77
78
79
@@ -73,7 +73,7 @@
  except EnvironmentError:   pass   else: - qtlib.WarningMsgBox(_('Unable to create a config file'), + WarningMsgBox(_('Unable to create a config file'),   _('Insufficient access rights.'), parent=parent)   return None, {}