summarylogtreecommitdiffstats
path: root/new_folder_with_selection.sh
diff options
context:
space:
mode:
Diffstat (limited to 'new_folder_with_selection.sh')
-rwxr-xr-xnew_folder_with_selection.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/new_folder_with_selection.sh b/new_folder_with_selection.sh
index 4d5194e31046..d562cdf7f52b 100755
--- a/new_folder_with_selection.sh
+++ b/new_folder_with_selection.sh
@@ -2,8 +2,6 @@
dirname="$(kdialog \
--inputbox "Folder to be created" "New Folder" \
- --title "Create New Folder with selection" \
- --caption "Dolphin" --icon "dolphin" \
)" &&
mkdir -p -- "$dirname" &&