Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: app/win_util.cc

Issue 113565: Create a new app_strings target that builds strings for the app_base and even... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/chrome.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win_util.cc
===================================================================
--- app/win_util.cc (revision 16356)
+++ app/win_util.cc (working copy)
@@ -21,7 +21,7 @@
#include "base/scoped_handle.h"
#include "base/string_util.h"
#include "base/win_util.h"
-#include "grit/generated_resources.h"
+#include "grit/app_strings.h"
#include "net/base/mime_util.h"
// Ensure that we pick up this link library.
@@ -225,7 +225,7 @@
const std::vector<std::wstring>& ext_desc,
bool include_all_files) {
const std::wstring all_ext = L"*.*";
- const std::wstring all_desc = l10n_util::GetString(IDS_SAVEAS_ALL_FILES);
+ const std::wstring all_desc = l10n_util::GetString(IDS_APP_SAVEAS_ALL_FILES);
DCHECK(file_ext.size()>=ext_desc.size());
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/chrome.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698