nixpkgs/pkgs/development/pharo/vm/patches/pharo-is-not-squeak.patch
Damien Cassou 8efdaa0aa2 Add the Pharo language and IDE package
http://pharo.org

I'm one of the developers of Pharo and the creator and maintainer of the
Ubuntu PPA : https://launchpad.net/~pharo/+archive/stable.
2014-08-06 13:53:33 +02:00

24 lines
1.3 KiB
Diff

pharo --help must talk about Pharo and not about Squeak
--- a/platforms/unix/vm-display-X11/sqUnixX11.c
+++ b/platforms/unix/vm-display-X11/sqUnixX11.c
@@ -7075,8 +7075,8 @@
printf(" -lazy go to sleep when main window unmapped\n");
printf(" -mapdelbs map Delete key onto Backspace\n");
printf(" -nointl disable international keyboard support\n");
- printf(" -notitle disable the Squeak window title bar\n");
- printf(" -title <t> use t as the Squeak window title instead of the image name\n");
+ printf(" -notitle disable the Pharo window title bar\n");
+ printf(" -title <t> use t as the Pharo window title instead of the image name\n");
printf(" -ldtoms <n> launch drop timeout milliseconds\n");
printf(" -noxdnd disable X drag-and-drop protocol support\n");
printf(" -optmod <n> map Mod<n> to the Option key\n");
@@ -7095,7 +7095,7 @@
static void display_printUsageNotes(void)
{
printf(" Using `unix:0' for <dpy> may improve local display performance.\n");
- printf(" -xshm only works when Squeak is running on the X server host.\n");
+ printf(" -xshm only works when Pharo is running on the X server host.\n");
}