[gnome-maps/wip/osm-edit] osmEdit: Reset label of ”Next“ button when going back to editing
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/osm-edit] osmEdit: Reset label of ”Next“ button when going back to editing
- Date: Sun, 6 Dec 2015 21:35:21 +0000 (UTC)
commit 36464fa66e775595f658b0dde20ba7e8f23c3dbd
Author: Marcus Lundblad <ml update uu se>
Date: Sun Dec 6 22:32:36 2015 +0100
osmEdit: Reset label of ”Next“ button when going back to editing
https://bugzilla.gnome.org/show_bug.cgi?id=726628
src/osmEditDialog.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index 7f8ab73..bad279a 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -150,6 +150,7 @@ const OSMEditDialog = new Lang.Class({
_onBackClicked: function() {
this._backButton.visible = false;
this._cancelButton.visible = true;
+ this._nextButton.label = _("Next");
this._stack.set_visible_child_name('editor');
this._isEditing = true;
this._commentTextView.buffer.text = '';
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]