Skip to content

Commit

Permalink
make it consistent with the server strings
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21321 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 10, 2019
1 parent a05f7df commit 2766b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/xpra/client/gtk2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ def __repr__(self):
return "gtk2.client"

def client_type(self):
return "Python/Gtk2"
return "Python/GTK2"

def client_toolkit(self):
return "gtk2"
return "GTK2"


def get_tray_menu_helper_class(self):
Expand Down
4 changes: 2 additions & 2 deletions src/xpra/client/gtk3/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def __repr__(self):
return "gtk3.client"

def client_type(self):
return "Python/Gtk3"
return "Python/GTK3"

def client_toolkit(self):
return "gtk3"
return "GTK3"


def install_signal_handlers(self):
Expand Down

0 comments on commit 2766b1e

Please sign in to comment.