Fix comment

This commit is contained in:
Ignacio Casal Quinteiro 2016-01-16 12:30:39 +01:00
parent dc71185a8d
commit 032ffdc8d4

View file

@ -273,7 +273,7 @@ public class Application : Gtk.Application
{
unowned List<Gtk.Window> wnds = get_windows();
// Create preferences dialog if needed
// Create shortcuts window if needed
if (d_shortcuts == null)
{
d_shortcuts = Builder.load_object<Gtk.ShortcutsWindow>("ui/gitg-shortcuts.ui", "shortcuts-gitg");