[gtranslator] Fix the name of the UI file



commit c272ceba90f8d2ec84ef02aeb166bac90c1c144f
Author: Jonh Wendell <jwendell gnome org>
Date:   Fri Feb 5 11:07:47 2010 -0300

    Fix the name of the UI file

 plugins/source-code-view/gtr-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/source-code-view/gtr-viewer.c b/plugins/source-code-view/gtr-viewer.c
index 9f2eb84..3d93c92 100644
--- a/plugins/source-code-view/gtr-viewer.c
+++ b/plugins/source-code-view/gtr-viewer.c
@@ -90,7 +90,7 @@ gtranslator_viewer_init (GtrViewer * dlg)
 		    "response", G_CALLBACK (dialog_response_handler), NULL);
 
   /*Builder */
-  path = gtranslator_dirs_get_ui_file ("viewer.ui");
+  path = gtranslator_dirs_get_ui_file ("gtr-viewer.ui");
   ret = gtranslator_utils_get_ui_objects (path,
 					  root_objects,
 					  &error_widget,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]