diff options
Diffstat (limited to 'help/C/l10n_scripts/calendar.sh')
-rwxr-xr-x | help/C/l10n_scripts/calendar.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/help/C/l10n_scripts/calendar.sh b/help/C/l10n_scripts/calendar.sh deleted file mode 100755 index cf0f45e3..00000000 --- a/help/C/l10n_scripts/calendar.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - - if zenity --calendar \ - --title="Select a Date" \ - --text="Click on a date to select that date." \ - --day=10 --month=8 --year=2004 - then echo $? - else echo "No date selected" - fi - |