~bkidwell/zim/pyzim-win-installer

« back to all changes in this revision

Viewing changes to zim/gui/server.py

  • Committer: Jaap Karssenberg
  • Date: 2011-05-13 17:24:45 UTC
  • mfrom: (400.1.4 typos)
  • Revision ID: jaap.karssenberg@gmail.com-20110513172445-vfe41zoohsegv07z
Merging typo fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                table.attach(open_button, 2,3, 0,1)
100
100
 
101
101
                table.attach(gtk.Label(_('Port')+': '), 0,1, 1,2)
102
 
                        # T: Field in web server gui for HTTLP port (e.g. port 80)
 
102
                        # T: Field in web server gui for HTTP port (e.g. port 80)
103
103
                self.portentry = gtk.SpinButton()
104
104
                self.portentry.set_numeric(True)
105
105
                self.portentry.set_range(80, 10000)