mirror of the now-defunct rocklinux.org
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.2 KiB

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