From 121af91c8faff119e6bf09606fedc671e5e3e4ee Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Sat, 21 Jul 2012 15:48:45 -0400 Subject: fix edit widget example screenshots --HG-- branch : feature-sphinx --- docs/tutorial/edit.py.xdotool | 2 +- docs/tutorial/edit2.png | Bin 787 -> 751 bytes docs/tutorial/edit3.png | Bin 764 -> 731 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial') diff --git a/docs/tutorial/edit.py.xdotool b/docs/tutorial/edit.py.xdotool index 8c07e59..af7d3f2 100644 --- a/docs/tutorial/edit.py.xdotool +++ b/docs/tutorial/edit.py.xdotool @@ -1,3 +1,3 @@ windowsize --usehints $RXVTWINDOWID 21 7 -type --window $RXVTWINDOWID Arthur,\ King\ of\ the\ Britons +type --window $RXVTWINDOWID 'Arthur, King of the Britons' key --window $RXVTWINDOWID Return diff --git a/docs/tutorial/edit2.png b/docs/tutorial/edit2.png index 053be0b..20d200b 100644 Binary files a/docs/tutorial/edit2.png and b/docs/tutorial/edit2.png differ diff --git a/docs/tutorial/edit3.png b/docs/tutorial/edit3.png index 609dbd7..4a11e78 100644 Binary files a/docs/tutorial/edit3.png and b/docs/tutorial/edit3.png differ -- cgit v1.2.1