Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
c666c4a7
Commit
c666c4a7
authored
Aug 16, 2013
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed donate menu action
parent
b1932897
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
mainwindow.py
blink/mainwindow.py
+0
-1
blink.ui
resources/blink.ui
+0
-6
No files found.
blink/mainwindow.py
View file @
c666c4a7
...
...
@@ -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'
)))
...
...
resources/blink.ui
View file @
c666c4a7
...
...
@@ -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>
&
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment