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

Unified Diff: remoting/host/continue_window_gtk.cc

Issue 10696128: remoting: Fix typo in TODO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/continue_window_gtk.cc
diff --git a/remoting/host/continue_window_gtk.cc b/remoting/host/continue_window_gtk.cc
index 7301657630eed00a9cb15317366d229a6b16f536..2dc3f438f5e94c2162c1e25d0f7ad42be8c6bad1 100644
--- a/remoting/host/continue_window_gtk.cc
+++ b/remoting/host/continue_window_gtk.cc
@@ -74,7 +74,7 @@ void ContinueWindowGtk::CreateWindow(const UiStrings& ui_strings) {
GtkWidget* text_label =
gtk_label_new(UTF16ToUTF8(ui_strings.continue_prompt).c_str());
gtk_label_set_line_wrap(GTK_LABEL(text_label), TRUE);
- // TODO(lambroslambrou): Fix magic numbers, as in disconnect_window_linux.cc.
+ // TODO(lambroslambrou): Fix magic numbers, as in disconnect_window_gtk.cc.
tfarina 2012/07/06 22:18:46 what is this todo about?
alexeypa (please no reviews) 2012/07/10 18:11:11 Probably, the idea is to rationalize the somewhat
gtk_misc_set_padding(GTK_MISC(text_label), 12, 12);
gtk_container_add(GTK_CONTAINER(content_area), text_label);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698