Commit c666c4a7 authored by Saul Ibarra's avatar Saul Ibarra

Removed donate menu action

parent b1932897
......@@ -164,7 +164,6 @@ class MainWindow(base_class, ui_class):
# Blink menu actions
self.about_action.triggered.connect(self.about_panel.show)
self.donate_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/payments.phtml')))
self.add_account_action.triggered.connect(self.preferences_window.show_add_account_dialog)
self.manage_accounts_action.triggered.connect(self.preferences_window.show_for_accounts)
self.help_action.triggered.connect(partial(QDesktopServices.openUrl, QUrl(u'http://icanblink.com/help-qt.phtml')))
......
......@@ -951,7 +951,6 @@ padding: 2px;</string>
</widget>
<addaction name="about_action"/>
<addaction name="check_for_updates_action"/>
<addaction name="donate_action"/>
<addaction name="separator"/>
<addaction name="preferences_action"/>
<addaction name="quick_settings_menu"/>
......@@ -1271,11 +1270,6 @@ padding: 2px;</string>
<string>&amp;Manage accounts...</string>
</property>
</action>
<action name="donate_action">
<property name="text">
<string>Donate if you like Blink</string>
</property>
</action>
<action name="google_contacts_action">
<property name="text">
<string>Enable Google Contacts</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment