Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ind.ie Projects
Heartbeat Cocoa
Commits
b65b69fd
Unverified
Commit
b65b69fd
authored
Aug 15, 2015
by
Aral Balkan
Browse files
Removed a smiley. There is such a thing as too many smileys.
😜
parent
75c615c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Heartbeat/IndieURLSchemeHandler.swift
View file @
b65b69fd
...
...
@@ -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 youself 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