Preferences/ConfigurationPages/DebuggerRubyPage.py

changeset 3190
a9a94491c4fd
parent 3186
a05eff845522
child 3484
645c12de6b0c
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
59 """ 59 """
60 Private slot to handle the Ruby interpreter selection. 60 Private slot to handle the Ruby interpreter selection.
61 """ 61 """
62 file = E5FileDialog.getOpenFileName( 62 file = E5FileDialog.getOpenFileName(
63 self, 63 self,
64 self.trUtf8("Select Ruby interpreter for Debug Client"), 64 self.tr("Select Ruby interpreter for Debug Client"),
65 self.rubyInterpreterEdit.text()) 65 self.rubyInterpreterEdit.text())
66 66
67 if file: 67 if file:
68 self.rubyInterpreterEdit.setText( 68 self.rubyInterpreterEdit.setText(
69 Utilities.toNativeSeparators(file)) 69 Utilities.toNativeSeparators(file))

eric ide

mercurial