[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.6-11-gec56da2
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:21:45 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via ec56da2f0098bea2426386b7448ec586ae3c27d8 (commit)
from 7e7da3c329ae1e67aee844ee39e6676dbe09b5dd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pyhoca/wxgui/printingprefs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py
index ff1bb64..25693a9 100644
--- a/pyhoca/wxgui/printingprefs.py
+++ b/pyhoca/wxgui/printingprefs.py
@@ -224,9 +224,9 @@ class PyHocaGUI_PrintingPreferences(wx.Dialog):
except KeyError:
_printer_name = self._availablePrinters[self._defaultPrinter]
else:
- _printer_name = _(u'Print system is not available')
+ _printer_name = _(u'- print system is not available -')
self.PrintPrinter.Clear()
- self.PrintPrinter.Append(_(u'Print system is not available'))
+ self.PrintPrinter.Append(_(_printer_name))
self.PrintPrinter.Enable(False)
self.PrintPrinter.SetValue(_printer_name)
self.PrintCmd.SetValue(self.client_printing.get_property('print_cmd'))
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
More information about the x2go-commits
mailing list