svn: r6824
This commit is contained in:
Alex Roitman
2006-05-31 02:41:46 +00:00
parent 2e9af64722
commit 99acb9d02f
10 changed files with 50 additions and 23 deletions

View File

@@ -60,7 +60,7 @@ except:
#-------------------------------------------------------------------------
paper_sizes = []
class GrampsPaperComboBox(gtk.ComboBox):
class PaperComboBox(gtk.ComboBox):
def __init__(self):
gtk.ComboBox.__init__(self,model=None)
@@ -91,7 +91,7 @@ class GrampsPaperComboBox(gtk.ComboBox):
key = self.store[active][0]
return (self.mapping[key],key)
class GrampsOrientationComboBox(gtk.ComboBox):
class OrientationComboBox(gtk.ComboBox):
def __init__(self):
gtk.ComboBox.__init__(self,model=None)