From 7a80168d2dabf866e7ebc8a3cddd29e848f04f09 Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Tue, 29 Jan 2013 16:17:15 -0500 Subject: [PATCH 1/3] I accidentally a letter. --- bitmessageui.py | 6 +++--- bitmessageui.ui | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitmessageui.py b/bitmessageui.py index 9e8c0d69..d509b99b 100644 --- a/bitmessageui.py +++ b/bitmessageui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'bitmessageui.ui' # -# Created: Thu Jan 24 15:29:31 2013 +# Created: Tue Jan 29 16:16:19 2013 # by: PyQt4 UI code generator 4.9.4 # # WARNING! All changes made in this file will be lost! @@ -416,7 +416,7 @@ class Ui_MainWindow(object): self.menubar.addAction(self.menuHelp.menuAction()) self.retranslateUi(MainWindow) - self.tabWidget.setCurrentIndex(0) + self.tabWidget.setCurrentIndex(3) QtCore.QObject.connect(self.radioButtonSpecific, QtCore.SIGNAL(_fromUtf8("toggled(bool)")), self.lineEditTo.setEnabled) QtCore.QMetaObject.connectSlotsByName(MainWindow) @@ -465,7 +465,7 @@ class Ui_MainWindow(object): item = self.tableWidgetYourIdentities.horizontalHeaderItem(2) item.setText(QtGui.QApplication.translate("MainWindow", "Stream", None, QtGui.QApplication.UnicodeUTF8)) self.tabWidget.setTabText(self.tabWidget.indexOf(self.youridentities), QtGui.QApplication.translate("MainWindow", "Your Identities", None, QtGui.QApplication.UnicodeUTF8)) - self.label_5.setText(QtGui.QApplication.translate("MainWindow", "Here you can subscibe to \'broadcast messages\' that are sent by other users. Messages will appear in your Inbox. Addresses here override those on the Blacklist tab.", None, QtGui.QApplication.UnicodeUTF8)) + self.label_5.setText(QtGui.QApplication.translate("MainWindow", "Here you can subscribe to \'broadcast messages\' that are sent by other users. Messages will appear in your Inbox. Addresses here override those on the Blacklist tab.", None, QtGui.QApplication.UnicodeUTF8)) self.pushButtonAddSubscription.setText(QtGui.QApplication.translate("MainWindow", "Add", None, QtGui.QApplication.UnicodeUTF8)) self.tableWidgetSubscriptions.setSortingEnabled(True) item = self.tableWidgetSubscriptions.horizontalHeaderItem(0) diff --git a/bitmessageui.ui b/bitmessageui.ui index 19e94529..f50a1543 100644 --- a/bitmessageui.ui +++ b/bitmessageui.ui @@ -57,7 +57,7 @@ QTabWidget::Rounded - 0 + 3 @@ -490,7 +490,7 @@ p, li { white-space: pre-wrap; } - Here you can subscibe to 'broadcast messages' that are sent by other users. Messages will appear in your Inbox. Addresses here override those on the Blacklist tab. + Here you can subscribe to 'broadcast messages' that are sent by other users. Messages will appear in your Inbox. Addresses here override those on the Blacklist tab. true From 983cf64082951ada3cb862f10178b6601f1e344b Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Tue, 29 Jan 2013 16:21:06 -0500 Subject: [PATCH 2/3] starting tab is Inbox --- bitmessageui.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmessageui.ui b/bitmessageui.ui index f50a1543..20511254 100644 --- a/bitmessageui.ui +++ b/bitmessageui.ui @@ -57,7 +57,7 @@ QTabWidget::Rounded - 3 + 0 From 5a3ccb8af8cbb24f0a5ecf4a5dd52ec8ca0a13c6 Mon Sep 17 00:00:00 2001 From: Jonathan Warren Date: Tue, 29 Jan 2013 16:21:49 -0500 Subject: [PATCH 3/3] starting tab is Inbox --- bitmessageui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitmessageui.py b/bitmessageui.py index d509b99b..fd838cb3 100644 --- a/bitmessageui.py +++ b/bitmessageui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'bitmessageui.ui' # -# Created: Tue Jan 29 16:16:19 2013 +# Created: Tue Jan 29 16:21:41 2013 # by: PyQt4 UI code generator 4.9.4 # # WARNING! All changes made in this file will be lost! @@ -416,7 +416,7 @@ class Ui_MainWindow(object): self.menubar.addAction(self.menuHelp.menuAction()) self.retranslateUi(MainWindow) - self.tabWidget.setCurrentIndex(3) + self.tabWidget.setCurrentIndex(0) QtCore.QObject.connect(self.radioButtonSpecific, QtCore.SIGNAL(_fromUtf8("toggled(bool)")), self.lineEditTo.setEnabled) QtCore.QMetaObject.connectSlotsByName(MainWindow)