OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
3.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../squaroid/multiline-strings.patch.squaroid
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- squaroid-0.60.3/src/menu.c~ 2000-05-21 11:53:34.000000000 +0200
  18. +++ squaroid-0.60.3/src/menu.c 2005-01-03 00:55:55.356323920 +0100
  19. @@ -132,37 +132,36 @@
  20. return gtk_item_factory_get_widget (item_factory, "<main>");
  21. }
  22. -static char *help_commands = "
  23. - Squaroid Help
  24. - == == == == == == =
  25. - Available chatroom commands
  26. - * /exit, /quit, /part
  27. - Disconnect from server, and reopen the Connect Dialog
  28. - * /disconnect
  29. - Disconnect from server, and DO NOT reopen the Connect Dialog
  30. - * /score < nickname >
  31. - Get the scores for player called < nickname >
  32. - */allscores
  33. - Get scores for all players currently on this channel.
  34. - * /solo Start a solo game.This is one of three ways to start a solo game;)
  35. - * /msg < nickname > <message > |/notice < nickname > <message >
  36. - Send a private < message > to < nickname >
  37. - The score commands only work if the SquaroidHost bot
  38. - is also logged in with the nickname `Squaroid'.";
  39. -
  40. -static char *help_options = "
  41. - Available Options
  42. - * Skip MOTD
  43. - Skip the Message Of The Day that each IRC server sends
  44. - you.
  45. - * Auto Decline
  46. - This automatically declines every game challenge you
  47. - might receive.I.e.if you are playing a game and
  48. -do
  49. - not
  50. - want to be disturbed this option is for you
  51. - * Save Settings on Exit
  52. - I think this is self explanatory ! ";
  53. +static char *help_commands = ""
  54. +" Squaroid Help"
  55. +" == == == == == == ="
  56. +" Available chatroom commands"
  57. +" * /exit, /quit, /part"
  58. +" Disconnect from server, and reopen the Connect Dialog"
  59. +" * /disconnect"
  60. +" Disconnect from server, and DO NOT reopen the Connect Dialog"
  61. +" * /score < nickname >"
  62. +" Get the scores for player called < nickname >"
  63. +" */allscores"
  64. +" Get scores for all players currently on this channel."
  65. +" * /solo Start a solo game.This is one of three ways to start a solo game;)"
  66. +" * /msg < nickname > <message > |/notice < nickname > <message >"
  67. +" Send a private < message > to < nickname >"
  68. +" The score commands only work if the SquaroidHost bot"
  69. +" is also logged in with the nickname `Squaroid'.";
  70. +
  71. +static char *help_options = ""
  72. +" Available Options"
  73. +" * Skip MOTD"
  74. +" Skip the Message Of The Day that each IRC server sends"
  75. +" you."
  76. +" * Auto Decline"
  77. +" This automatically declines every game challenge you"
  78. +" might receive.I.e.if you are playing a game and do"
  79. +" not"
  80. +" want to be disturbed this option is for you"
  81. +" * Save Settings on Exit"
  82. +" I think this is self explanatory ! ";
  83. void menucallback_help (GtkWidget * w, gpointer data)
  84. {
  85. chatroom_chatmessage (NULL, help_commands);