From f60b16f5dbc3e21d5718b0d19a09b85060d560de Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 16 Sep 2011 08:30:24 +0000 Subject: [PATCH] coquille-- git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@386 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/minwii/widgets/songfilebrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minwii/widgets/songfilebrowser.py b/src/minwii/widgets/songfilebrowser.py index fcb1c21..aa34c65 100755 --- a/src/minwii/widgets/songfilebrowser.py +++ b/src/minwii/widgets/songfilebrowser.py @@ -65,7 +65,7 @@ class FileOpenDialog(FileDialog): 'padding_right': 4, 'padding_top': 2, 'padding_bottom': 2} - self.title = basic.Label("Ouvrir un chanson", cls="dialog.title.label") + self.title = basic.Label("Ouvrir une chanson", cls="dialog.title.label") self.body = table.Table() self.list = area.List(width=700, height=250) self.input_dir = input.Input() -- 2.20.1