~soker/betcon/master

« back to all changes in this revision

Viewing changes to src/new_bet.py

  • Committer: Eduardo Parra
  • Date: 2018-02-10 19:14:44 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: git-v1:de8806d564b33d155f9f1629ce82642d2bb9f444
Tags: 1.7.1
1. Fixed languages

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                uic.loadUi(directory + "/../ui/new_bet.ui", self)
21
21
                gettext.textdomain("betcon")
22
22
                gettext.bindtextdomain("betcon", "../lang/mo")
 
23
                gettext.bindtextdomain("betcon", "/usr/share/locale")
23
24
                self.mainWindows = mainWindows
24
25
                self.mainWindows.setWindowTitle(_("New Bet") + " | Betcon v" + mainWindows.version)
25
26
                self.btnAccept.clicked.connect(self.accept)