Skip to content

Commit

Permalink
v33
Browse files Browse the repository at this point in the history
  • Loading branch information
zpydr committed Oct 21, 2013
1 parent 6d74ff7 commit 9ceceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Prefs.prototype =
if (ShellVersion[1] !== 4)
labelLink2.set_always_show_image(true);
this.grid.attach(labelLink2, 1, 42, 1, 1);
let labelVersion = new Gtk.Label({label: _("Version")+" 32"});
let labelVersion = new Gtk.Label({label: _("Version")+" 33"});
this.grid.attach(labelVersion, 3, 42, 3, 1);

let labelSpace1 = new Gtk.Label({label: "\t", xalign: 0});
Expand Down

0 comments on commit 9ceceb9

Please sign in to comment.