The branch, master has been updated via aee2f125143bb22c2f8725bc3fd9bfb45c0ea0c0 (commit) from 6b339e1d0187725eb6af4a96e52f38e948712b44 (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 aee2f125143bb22c2f8725bc3fd9bfb45c0ea0c0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 11 21:35:11 2013 +0200 Set Pinentry title to X2Go Pinpad (was: X2GO ...). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++++ pinentry-x2go/pinentry-x2go_de.ts | 2 +- pinentry-x2go/pinentrydialog.cpp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index bd639fa..a2c5a22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pinentry-x2go (0.7.5.7-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.7.5.7): + - Set Pinentry title to X2Go Pinpad (was: X2GO ...). + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Sep 2013 21:34:23 +0200 + pinentry-x2go (0.7.5.6-0~x2go1) unstable; urgency=low [ Mike Gabriel ] diff --git a/pinentry-x2go/pinentry-x2go_de.ts b/pinentry-x2go/pinentry-x2go_de.ts index fb3a6c2..5fe011d 100644 --- a/pinentry-x2go/pinentry-x2go_de.ts +++ b/pinentry-x2go/pinentry-x2go_de.ts @@ -4,7 +4,7 @@ <name>PinEntryDialog</name> <message> <location filename="pinentrydialog.cpp" line="35"/> - <source>X2GO Pinpad</source> + <source>X2Go Pinpad</source> <translation></translation> </message> <message> diff --git a/pinentry-x2go/pinentrydialog.cpp b/pinentry-x2go/pinentrydialog.cpp index baa40f5..0f92f01 100644 --- a/pinentry-x2go/pinentrydialog.cpp +++ b/pinentry-x2go/pinentrydialog.cpp @@ -35,7 +35,7 @@ PinEntryDialog::PinEntryDialog( QWidget* parent, const char* , bool ) : QDialog( parent ), _grabbed( false ) { - setWindowTitle(tr("X2GO Pinpad")); + setWindowTitle(tr("X2Go Pinpad")); _icon = new QLabel( this ); _icon->setPixmap( QMessageBox::standardIcon( QMessageBox::Information ) ); hooks/post-receive -- pinentry-x2go.git (PinEntry Dialog (Qt) for X2Go Client) 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 "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2Go Client).