2008-02-19 Benny Malengier <benny.malengier@gramps-project.org>
* src/ViewManager.py: CTRL+B as accel for clipboard svn: r10062
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					2008-02-19 Benny Malengier <benny.malengier@gramps-project.org>
 | 
				
			||||||
 | 
						* src/ViewManager.py: CTRL+B as accel for clipboard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2008-02-19  Douglas S. Blank  <dblank@cs.brynmawr.edu>
 | 
					2008-02-19  Douglas S. Blank  <dblank@cs.brynmawr.edu>
 | 
				
			||||||
	* src/glade/gramps.glade: enlarged dbmanager by 70 pixels
 | 
						* src/glade/gramps.glade: enlarged dbmanager by 70 pixels
 | 
				
			||||||
	so that all of the date can show in window. Note: glade-3
 | 
						so that all of the date can show in window. Note: glade-3
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -451,7 +451,7 @@ class ViewManager:
 | 
				
			|||||||
            ]
 | 
					            ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._action_action_list = [
 | 
					        self._action_action_list = [
 | 
				
			||||||
            ('ScratchPad', gtk.STOCK_PASTE, _('_Clipboard'), "<alt>s", 
 | 
					            ('ScratchPad', gtk.STOCK_PASTE, _('Clip_board'), "<control>b", 
 | 
				
			||||||
             _("Open the Clipboard dialog"), self.scratchpad), 
 | 
					             _("Open the Clipboard dialog"), self.scratchpad), 
 | 
				
			||||||
            ('Import', 'gramps-import', _('_Import...'), "<control>i", None, 
 | 
					            ('Import', 'gramps-import', _('_Import...'), "<control>i", None, 
 | 
				
			||||||
             self.import_data), 
 | 
					             self.import_data), 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user