Merge lp:~nicolas-chachereau/do-plugins/fandffix into lp:do-plugins

Proposed by Nicolas Chachereau
Status: Merged
Merge reported by: Chris S.
Merged at revision: not available
Proposed branch: lp:~nicolas-chachereau/do-plugins/fandffix
Merge into: lp:do-plugins
Diff against target: None lines
To merge this branch: bzr merge lp:~nicolas-chachereau/do-plugins/fandffix
Reviewer Review Type Date Requested Status
Chris S. Approve
Review via email: mp+4082@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nicolas Chachereau (nicolas-chachereau) wrote :

The fix to bug #334251 I talked about on IRC.

Revision history for this message
Chris S. (cszikszoy) wrote :

"The fix to bug #334251 I talked about on IRC."

Thanks Nicolas. I've incorporated your changes with the latest f&f version.

Revision history for this message
Chris S. (cszikszoy) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'File/src/Do/Do.FilesAndFolders/Configuration.cs'
2--- File/src/Do/Do.FilesAndFolders/Configuration.cs 2009-02-13 21:34:02 +0000
3+++ File/src/Do/Do.FilesAndFolders/Configuration.cs 2009-03-02 21:36:21 +0000
4@@ -54,8 +54,8 @@
5 chooser = new FileChooserDialog (
6 Catalog.GetString ("Choose a folder to index"),
7 new Dialog (), FileChooserAction.SelectFolder,
8- Catalog.GetString ("Cancel"), ResponseType.Cancel,
9- Catalog.GetString ("Choose folder"), ResponseType.Accept);
10+ Gtk.Stock.Cancel, ResponseType.Cancel,
11+ Gtk.Stock.Open, ResponseType.Accept);
12
13
14 if (chooser.Run () == (int) ResponseType.Accept) {

Subscribers

People subscribed via source and target branches