~artem-anufrij/scratch/Bugfix-1386443

« back to all changes in this revision

Viewing changes to src/MainWindow.vala

  • Committer: artem-anufrij
  • Date: 2014-10-29 21:19:58 UTC
  • Revision ID: artem-anufrij-20141029211958-jjr7lpmw68mo3bsn
some changes (see merge comments)

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
          /* label, accelerator */       N_("Go to line…"), "<Control>i",
722
722
          /* tooltip */                  N_("Go to line…"),
723
723
                                         action_go_to },
724
 
           { "Quit", null,
 
724
           { "Quit", "application-exit",
725
725
          /* label, accelerator */       N_("Quit"), "<Control>q",
726
726
          /* tooltip */                  N_("Quit"),
727
727
                                         action_quit },
785
785
          /* label, accelerator */       N_("Templates"), null,
786
786
          /* tooltip */                  N_("Project templates"),
787
787
                                         action_templates },
788
 
           { "Preferences", null,
 
788
           { "Preferences", "preferences-desktop",
789
789
          /* label, accelerator */       N_("Preferences"), null,
790
790
          /* tooltip */                  N_("Change Scratch settings"),
791
791
                                         action_preferences },
810
810
        };
811
811
 
812
812
         static const Gtk.ToggleActionEntry[] toggle_entries = {
813
 
           { "Fullscreen", null,
 
813
           { "Fullscreen", "view-fullscreen",
814
814
          /* label, accelerator */       N_("Fullscreen"), "F11",
815
815
          /* tooltip */                  N_("Fullscreen"),
816
816
                                         action_fullscreen }