aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-12-28 23:56:11 +0000
committerrowanbeentje <rowan@beent.je>2009-12-28 23:56:11 +0000
commitb7bfae119265c7b09dad7160175844198c9289bc (patch)
tree90dfe7af6206ed354385b82c45b14001b0777e6b /Source/CustomQuery.m
parentbf7ed8561accb5a3ce2e7cb8f681017adcd8f055 (diff)
downloadsequelpro-b7bfae119265c7b09dad7160175844198c9289bc.tar.gz
sequelpro-b7bfae119265c7b09dad7160175844198c9289bc.tar.bz2
sequelpro-b7bfae119265c7b09dad7160175844198c9289bc.zip
- Replace /* */ notation in long comments with unicode look-alikes to fix warnings and improve source readability
Diffstat (limited to 'Source/CustomQuery.m')
-rw-r--r--Source/CustomQuery.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m
index 4805ea45..137ac017 100644
--- a/Source/CustomQuery.m
+++ b/Source/CustomQuery.m
@@ -1032,7 +1032,7 @@
}
/*
- * Add or remove "/* *~/" for each line in the current query
+ * Add or remove "⁄* *⁄" for each line in the current query
* a given selection
*/
- (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection
@@ -1085,8 +1085,8 @@
/*
* Add or remove "-- " for each line in the current query or selection,
- * if the selection is in-line wrap selection into /* block comments and
- * place the caret after /* to allow to enter !xxxxxx e.g.
+ * if the selection is in-line wrap selection into ⁄* block comments and
+ * place the caret after ⁄* to allow to enter !xxxxxx e.g.
*/
- (void)commentOut
{