Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: fix menu structure of perforce extension

Changeset 7c1d121fd229

Parent 3f6d788e6a27

by Yuki KODAMA

Changes to one file · Browse files at 7c1d121fd229 Showing diff from parent 3f6d788e6a27 Diff from another changeset...

 
285
286
287
288
 
289
290
291
 
285
286
287
 
288
289
290
291
@@ -285,7 +285,7 @@
  mq_item = []     if 'perfarce' in self.exs: - p4menu = [(_('_Perforce'), [ + p4menu = [dict(text=_('_Perforce'), subitems=[   dict(text=_('Identify'), func=self.p4identify,   icon=gtk.STOCK_PROPERTIES),   dict(text=_('Pending'), func=self.p4pending,