Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-utility
Commits
37bdd72f
Commit
37bdd72f
authored
Oct 30, 2019
by
Paolo Dongilli
Browse files
Removed call to non-existing function
parent
cf3e8b0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/set-session-language
View file @
37bdd72f
...
...
@@ -13,7 +13,6 @@ class App(tk.Frame):
super
().
__init__
(
master
)
self
.
master
.
title
(
_
(
"Cambia la lingua"
))
self
.
chosen_locale
=
tk
.
StringVar
(
self
)
self
.
find_current_locale
()
self
.
find_locales
()
self
.
pack
()
self
.
create_widgets
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment