Skip to content

Commit

Permalink
Added appearance page in preferences dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Feb 27, 2015
1 parent 71ec98a commit c867315
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 125 deletions.
3 changes: 3 additions & 0 deletions remmina/po/en_AU.po
Original file line number Diff line number Diff line change
Expand Up @@ -1554,3 +1554,6 @@ msgstr "Send Ctrl+Alt+Delete"

msgid "Disable password storing"
msgstr "Disable password storing"

msgid "Appearance"
msgstr "Appearance"
3 changes: 3 additions & 0 deletions remmina/po/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -1554,3 +1554,6 @@ msgstr "Send Ctrl+Alt+Delete"

msgid "Disable password storing"
msgstr "Disable password storing"

msgid "Appearance"
msgstr "Appearance"
3 changes: 3 additions & 0 deletions remmina/po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -1567,3 +1567,6 @@ msgstr "Inviare Ctrl+Alt+Canc"

msgid "Disable password storing"
msgstr "Disabilitare la memorizzazione della password"

msgid "Appearance"
msgstr "Aspetto"
4 changes: 3 additions & 1 deletion remmina/src/remmina_pref_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ typedef struct _RemminaPrefDialog

enum
{
REMMINA_PREF_OPTIONS_TAB = 0, REMMINA_PREF_APPLET_TAB = 1
REMMINA_PREF_OPTIONS_TAB = 0,
REMMINA_PREF_APPEARANCE = 1,
REMMINA_PREF_APPLET_TAB = 2
};

G_BEGIN_DECLS
Expand Down
Loading

0 comments on commit c867315

Please sign in to comment.