diff options
author | Aleric Inglewood | 2010-11-16 17:44:51 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-16 17:47:44 +0100 |
commit | 90df1597295861bbad0fff81cab039df389c1cd2 (patch) | |
tree | ac64b7ffb31d41df198617cf4c06622ec0084991 /linden/indra | |
parent | Ported keyboard shortcut for align tool from Ascent, by Beeks. Has the follow... (diff) | |
download | meta-impy-90df1597295861bbad0fff81cab039df389c1cd2.zip meta-impy-90df1597295861bbad0fff81cab039df389c1cd2.tar.gz meta-impy-90df1597295861bbad0fff81cab039df389c1cd2.tar.bz2 meta-impy-90df1597295861bbad0fff81cab039df389c1cd2.tar.xz |
IMP-577: Use the same string for FFSAVE_RAW as in strings.xml
Apparently the code of Imprudence was from before this bug was
introduced. Nevertheless, decided to add this one-liner so that
the code becomes the same (in this regard) as snowglobe 1.x
and (soon) viewer 2.x (see https://jira.secondlife.com/browse/STORM-423).
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfilepicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfilepicker.cpp b/linden/indra/newview/llfilepicker.cpp index a59fa06..ec4e294 100644 --- a/linden/indra/newview/llfilepicker.cpp +++ b/linden/indra/newview/llfilepicker.cpp | |||
@@ -1181,7 +1181,7 @@ BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename | |||
1181 | break; | 1181 | break; |
1182 | case FFSAVE_RAW: | 1182 | case FFSAVE_RAW: |
1183 | caption += add_simple_pattern_filter_to_gtkchooser | 1183 | caption += add_simple_pattern_filter_to_gtkchooser |
1184 | (picker, "*.raw", LLTrans::getString("dot_raw_file") + " (*.raw)"); | 1184 | (picker, "*.raw", LLTrans::getString("raw_file") + " (*.raw)"); |
1185 | suggest_ext = ".raw"; | 1185 | suggest_ext = ".raw"; |
1186 | break; | 1186 | break; |
1187 | case FFSAVE_J2C: | 1187 | case FFSAVE_J2C: |