Skip to content

Commit

Permalink
Fix requires gtk+ version in number bases, name edit and units dialog…
Browse files Browse the repository at this point in the history
…s (fixes ubuntu crash); Icon updates, Translation update
  • Loading branch information
hanna-kn committed Aug 28, 2017
1 parent 91eacc7 commit 4213874
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/namesedit.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="names_edit_dialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
Expand Down
5 changes: 4 additions & 1 deletion data/nbases.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="nbases_dialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
Expand Down Expand Up @@ -168,5 +168,8 @@
</child>
</object>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>
Binary file modified data/qalculate.ico
Binary file not shown.
Binary file modified data/qalculate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/units.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.14"/>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="units_dialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -3139,7 +3139,7 @@ msgid ""
"the button to the right of the expression entry changes to reflect this. If "
"you hold the pointer over or click the button, the message will be shown."
msgstr ""
"När fel, varningar eller annan information skapas upp under beräkningen "
"När fel, varningar eller annan information skapas under beräkningen "
"ändras knappen till höger om uttrycksfältet för att reflektera detta. Om du "
"håller pekaren över eller klickar på knappen, så kommer meddelandet att "
"visas."
Expand Down

0 comments on commit 4213874

Please sign in to comment.