1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Add portname to the title of the dialogbox

PR:		54301
Submitted by:	 Mark Linimon <linimon@lonesome.com>
This commit is contained in:
Tilman Keskinoz 2003-07-22 14:41:33 +00:00
parent 7bd1ce6227
commit bbeb91817c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85388
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
set \"esd\"
fi
else
/usr/bin/dialog --title "configuration options" --clear \
/usr/bin/dialog --title "gnugadu configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 16 \
esd "esd support" ON \

View File

@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
set \"esd\"
fi
else
/usr/bin/dialog --title "configuration options" --clear \
/usr/bin/dialog --title "gnugadu configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 16 \
esd "esd support" ON \

View File

@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
set \"esd\"
fi
else
/usr/bin/dialog --title "configuration options" --clear \
/usr/bin/dialog --title "gnugadu configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 16 \
esd "esd support" ON \