aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfilepicker.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:29 -0500
committerJacek Antonelli2008-08-15 23:45:29 -0500
commit7bdb4845afdd157f95281293803567090e3f992a (patch)
treefbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/newview/llfilepicker.cpp
parentSecond Life viewer sources 1.19.0.0 (diff)
downloadmeta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz
Second Life viewer sources 1.19.0.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfilepicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfilepicker.cpp b/linden/indra/newview/llfilepicker.cpp
index 107c271..6233443 100644
--- a/linden/indra/newview/llfilepicker.cpp
+++ b/linden/indra/newview/llfilepicker.cpp
@@ -1034,7 +1034,7 @@ GtkWindow* LLFilePicker::buildFilePicker(bool is_save, bool is_folder,
1034 GTK_STOCK_SAVE : 1034 GTK_STOCK_SAVE :
1035 GTK_STOCK_OPEN), 1035 GTK_STOCK_OPEN),
1036 GTK_RESPONSE_ACCEPT, 1036 GTK_RESPONSE_ACCEPT,
1037 NULL); 1037 (gchar *)NULL);
1038 mStoreFilenames.win = win; 1038 mStoreFilenames.win = win;
1039 mStoreFilenames.contextName = context; 1039 mStoreFilenames.contextName = context;
1040 1040