Skip to content

Commit

Permalink
release 1.12.0; fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FRiMN committed Feb 11, 2019
1 parent 431e326 commit eba48ec
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 26 deletions.
65 changes: 43 additions & 22 deletions doc/html/ru/index.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions doc/man/ru/rackman
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.TH RACKMAN 1 2016-04-21 1.11.2 ""
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.TH RACKMAN 1 2019-02-09estroy_window 1.12.0 ""
.hy
.SH Rackman
.PP
Утилита, позволяющая измерять растояния в пикселях, миллиметрах, дюймах
Expand Down Expand Up @@ -106,6 +109,6 @@ Master\-окна (окно должно быть в фокусе)
MIT License
.SS Authors
.IP "(C)" 4
2015\-2016 Николай Волков <[email protected]>
2015\-2019 Николай Волков <[email protected]>
.PP
<https://github.com/FRiMN/Rackman>
Binary file modified doc/man/ru/rackman.1.gz
Binary file not shown.
Binary file modified locale/en/LC_MESSAGES/rackman.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/rackman.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions rackman.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python2
# -*- coding: utf-8 -*-

# This software uses semantic versioning (SemVer v2.0.0).
Expand Down Expand Up @@ -145,7 +145,7 @@ def build_window(self):
self.image = gtk.Image()
self.image.show()
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
self.window.set_title('Rackman magnifier')
self.window.set_title(_('Rackman magnifier'))
self.window.set_icon(icon)
self.window.set_resizable(False)
self.window.set_keep_above(config['slave_above'])
Expand Down

0 comments on commit eba48ec

Please sign in to comment.