Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Heartbeat Cocoa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ind.ie Projects
Heartbeat Cocoa
Commits
766d443e
Unverified
Commit
766d443e
authored
Aug 24, 2015
by
Aral Balkan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into tranquil-timeline
parents
3917120a
7c11a687
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Heartbeat/IndieURLSchemeHandler.swift
Heartbeat/IndieURLSchemeHandler.swift
+1
-1
No files found.
Heartbeat/IndieURLSchemeHandler.swift
View file @
766d443e
...
...
@@ -46,7 +46,7 @@ class IndieURLSchemeHandler:NSObject
{
let
confirmationSheet
=
NSAlert
()
confirmationSheet
.
messageText
=
"You cannot friend yourself."
confirmationSheet
.
informativeText
=
"Love yourself. Be your own best friend. But don’t friend youself on Heartbeat… that’s just weird."
confirmationSheet
.
informativeText
=
"Love yourself. Be your own best friend. But don’t friend you
r
self on Heartbeat… that’s just weird."
confirmationSheet
.
alertStyle
=
NSAlertStyle
.
WarningAlertStyle
confirmationSheet
.
addButtonWithTitle
(
"OK"
)
confirmationSheet
.
beginSheetModalForWindow
(
NSApplication
.
sharedApplication
()
.
mainWindow
!
)
{
response
in
}
...
...
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