The branch, master has been updated via 367871d39ee8a270aed41f7ac0e16bc61d706470 (commit) from f571e24d5b002e6a466ecfb77fc8fc75398fef77 (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 ----------------------------------------------------------------- commit 367871d39ee8a270aed41f7ac0e16bc61d706470 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 7 12:54:57 2011 +0100 Rename single application OFFICE from Openoffice.org to Office (more generic name). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ pyhoca/wxgui/profilemanager.py | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5c429b4..eaeaf02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ pyhoca-gui (0.1.0.11-0~x2go1) UNRELEASED; urgency=low - Session profile menu: allow multi-depth submenu structures, use '/' as submenu separator item in session profile name. - Enable session profile submenus functionality to profile manager. + - Rename single application OFFICE from Openoffice.org to Office (more + generic name). * Depend on Python X2Go 0.1.1.9. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Nov 2011 03:13:09 +0100 diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index c444fb0..8bccf2d 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -86,7 +86,7 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.applicationChoices = { 'WWWBROWSER': _(u'Internet Browser'), 'MAILCLIENT': _(u'Email Client'), - 'OFFICE': _(u'Openoffice.org'), + 'OFFICE': _(u'Office'), 'TERMINAL': _(u'Terminal'), } self.linkChoices = { 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)).