summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-12 22:15:48 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-30 01:11:46 +0300
commit9426129bc51ef8b63ddd4b76999dee4a86ce4de7 (patch)
tree692247e5aef4652a0f965f0d734c2721ea09f556 /src/gui/inventorywindow.cpp
parent6d1bf985f847291d35adea56aa633ccb30362e8f (diff)
downloadplus-9426129bc51ef8b63ddd4b76999dee4a86ce4de7.tar.gz
plus-9426129bc51ef8b63ddd4b76999dee4a86ce4de7.tar.bz2
plus-9426129bc51ef8b63ddd4b76999dee4a86ce4de7.tar.xz
plus-9426129bc51ef8b63ddd4b76999dee4a86ce4de7.zip
Add sort option to buy dialog from players.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 4b6256a8d..420cd4da4 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -58,7 +58,7 @@
#include "debug.h"
-const char *SORT_NAME[6] =
+static const char *SORT_NAME[6] =
{
N_("default"),
N_("by name"),