Chromium Code Reviews| 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); |