Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88621 | Differences between
and this patch

Collapse All | Expand All

(-)xgngeo.py (-1 / +2 lines)
Lines 170-176 Link Here
170
		self.introDialog = gtk.Dialog(_("Welcome! ^_^"))
170
		self.introDialog = gtk.Dialog(_("Welcome! ^_^"))
171
		self.introDialog.connect("delete_event",self.quit)
171
		self.introDialog.connect("delete_event",self.quit)
172
172
173
		label = gtk.Label(_("The configuration file of Gngeo was not found!\nWe have to create one. Press OK to continue...") % self.configfile.get_path()[0])
173
		label = gtk.Label("The configuration file of Gngeo (" + self.configfile.gngeoPath + ") was not found!\nWe have to create one. Press OK to continue... ")
174
		
174
		label.set_padding(5,10)
175
		label.set_padding(5,10)
175
		self.introDialog.vbox.pack_end(label)
176
		self.introDialog.vbox.pack_end(label)
176
177

Return to bug 88621