~pimvullers/euclide/fix-983560

« back to all changes in this revision

Viewing changes to src/main.vala

  • Committer: Mario Guerriero
  • Date: 2012-01-29 19:31:41 UTC
  • Revision ID: mefrio.g@gmail.com-20120129193141-05uadawp57v61bjm
now the preferences for the project in the PreferencesDialog follow the design of the scratch's one

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        var preferences_dialog = dialog as Scratch.Dialogs.Preferences;
86
86
        assert(preferences_dialog != null);
87
87
        var euclide_settings = new ProjectSettingsDialog(cmake);
88
 
        preferences_dialog.main_static_notebook.append_page (euclide_settings, new Gtk.Label("Project"));
 
88
        preferences_dialog.main_static_notebook.append_page (euclide_settings, new Gtk.Label(_("Project")));
89
89
    }
90
90
    
91
91
    void on_new_window () {