aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-25 06:18:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-25 06:18:23 +0000
commitc46b00d19d0e6efb43f26c9d2304d600139abbd6 (patch)
tree56bc47e91ad488c9ed8c635dabaceb6d8545fb96 /src/mainwindow.c
parent2203dfd5322f3f93367228b1eec6d57e5459f274 (diff)
added message label to the folder selection dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2077 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3818ff7c..dfe126f2 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -3789,7 +3789,8 @@ static void goto_folder_cb(MainWindow *mainwin, guint action,
{
FolderItem *to_folder;
- to_folder = foldersel_folder_sel(NULL, FOLDER_SEL_ALL, NULL);
+ to_folder = foldersel_folder_sel_full(NULL, FOLDER_SEL_ALL, NULL,
+ _("Select folder to open"));
if (to_folder)
folderview_select(mainwin->folderview, to_folder);