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

Unified Diff: app/os_exchange_data_win.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/gfx/font_win.cc ('k') | app/resources/app_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/os_exchange_data_win.cc
===================================================================
--- app/os_exchange_data_win.cc (revision 16356)
+++ app/os_exchange_data_win.cc (working copy)
@@ -13,7 +13,7 @@
#include "base/stl_util-inl.h"
#include "base/string_util.h"
#include "googleurl/src/gurl.h"
-#include "grit/generated_resources.h"
+#include "grit/app_strings.h"
#include "net/base/net_util.h"
// Creates a new STGMEDIUM object to hold the specified text. The caller
@@ -668,7 +668,7 @@
url, std::string(), std::string(), std::wstring());
} else {
// Nothing else can be done, just use a default.
- *validated = l10n_util::GetString(IDS_UNTITLED_SHORTCUT_FILE_NAME);
+ *validated = l10n_util::GetString(IDS_APP_UNTITLED_SHORTCUT_FILE_NAME);
}
} else {
*validated = title;
« no previous file with comments | « app/gfx/font_win.cc ('k') | app/resources/app_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698