anjuta r3510 - in trunk: . plugins/file-wizard plugins/project-import plugins/project-wizard



Author: jhs
Date: Tue Jan 22 14:00:31 2008
New Revision: 3510
URL: http://svn.gnome.org/viewvc/anjuta?rev=3510&view=rev

Log:
2008-01-22  Johannes Schmid <jhs gnome org>

	* plugins/file-wizard/anjuta-file-wizard.plugin.in:
	* plugins/project-import/anjuta-project-import.glade:
	* plugins/project-import/anjuta-project-import.plugin.in:
	* plugins/project-wizard/anjuta-project-wizard.glade:
	* plugins/project-wizard/anjuta-project-wizard.plugin.in:
	* plugins/project-wizard/druid.c: (npw_druid_new):
	* plugins/project-wizard/plugin.c: (npw_plugin_create_view):
	
	Fixed #465084 â wizard instead of assistant (only string changes...)

Modified:
   trunk/ChangeLog
   trunk/plugins/file-wizard/anjuta-file-wizard.plugin.in
   trunk/plugins/project-import/anjuta-project-import.glade
   trunk/plugins/project-import/anjuta-project-import.plugin.in
   trunk/plugins/project-wizard/anjuta-project-wizard.glade
   trunk/plugins/project-wizard/anjuta-project-wizard.plugin.in
   trunk/plugins/project-wizard/druid.c
   trunk/plugins/project-wizard/plugin.c

Modified: trunk/plugins/file-wizard/anjuta-file-wizard.plugin.in
==============================================================================
--- trunk/plugins/file-wizard/anjuta-file-wizard.plugin.in	(original)
+++ trunk/plugins/file-wizard/anjuta-file-wizard.plugin.in	Tue Jan 22 14:00:31 2008
@@ -1,6 +1,6 @@
 [Anjuta Plugin]
-_Name=File Wizard
-_Description=Anjuta File Wizard Plugin
+_Name=File Assistent
+_Description=Anjuta File Assistent Plugin
 Location=anjuta-file-wizard:AnjutaFileWizardPlugin
 Icon=anjuta-file-wizard-plugin.png
 Interfaces=IAnjutaWizard

Modified: trunk/plugins/project-import/anjuta-project-import.glade
==============================================================================
--- trunk/plugins/project-import/anjuta-project-import.glade	(original)
+++ trunk/plugins/project-import/anjuta-project-import.glade	Tue Jan 22 14:00:31 2008
@@ -33,7 +33,7 @@
 	  <property name="visible">True</property>
 	  <property name="position">GNOME_EDGE_START</property>
 	  <property name="title" translatable="yes">Import Project</property>
-	  <property name="text" translatable="yes">This wizard will import an existing project into Anjuta.</property>
+	  <property name="text" translatable="yes">This assistent will import an existing project into Anjuta.</property>
 	</widget>
       </child>
 

Modified: trunk/plugins/project-import/anjuta-project-import.plugin.in
==============================================================================
--- trunk/plugins/project-import/anjuta-project-import.plugin.in	(original)
+++ trunk/plugins/project-import/anjuta-project-import.plugin.in	Tue Jan 22 14:00:31 2008
@@ -1,5 +1,5 @@
 [Anjuta Plugin]
-_Name=Project Import Wizard
+_Name=Project Import Assistent
 _Description=Import an existing autotools project to anjuta
 Location=anjuta-project-import:AnjutaProjectImportPlugin
 Icon=anjuta-project-import-plugin-48.png

Modified: trunk/plugins/project-wizard/anjuta-project-wizard.glade
==============================================================================
--- trunk/plugins/project-wizard/anjuta-project-wizard.glade	(original)
+++ trunk/plugins/project-wizard/anjuta-project-wizard.glade	Tue Jan 22 14:00:31 2008
@@ -6,7 +6,7 @@
 
 <widget class="GtkWindow" id="druid_window">
   <property name="visible">True</property>
-  <property name="title" translatable="yes">Application Wizard</property>
+  <property name="title" translatable="yes">Application Assistent</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="modal">False</property>
@@ -32,8 +32,8 @@
 	<widget class="GnomeDruidPageEdge" id="start_page">
 	  <property name="visible">True</property>
 	  <property name="position">GNOME_EDGE_START</property>
-	  <property name="title" translatable="yes">Application Wizard</property>
-	  <property name="text" translatable="yes">The Application Wizard will generate a basic skeleton for a project, including all of the build files. It will ask for details of the initial structure for the application. Please answer the questions carefully, as it may not be possible to change some of the settings later.</property>
+	  <property name="title" translatable="yes">Application Assistent</property>
+	  <property name="text" translatable="yes">The Application Assistent will generate a basic skeleton for a project, including all of the build files. It will ask for details of the initial structure for the application. Please answer the questions carefully, as it may not be possible to change some of the settings later.</property>
 	  <property name="background_color">#3d3d8281b7b7</property>
 	  <property name="logo_background_color">#3d3d8280b7b7</property>
 	  <property name="textbox_color">#ffffffffffff</property>

Modified: trunk/plugins/project-wizard/anjuta-project-wizard.plugin.in
==============================================================================
--- trunk/plugins/project-wizard/anjuta-project-wizard.plugin.in	(original)
+++ trunk/plugins/project-wizard/anjuta-project-wizard.plugin.in	Tue Jan 22 14:00:31 2008
@@ -1,6 +1,6 @@
 [Anjuta Plugin]
-_Name=Project Wizard
-_Description=Project Wizard
+_Name=Project Assistent
+_Description=Project Assistent
 Location=anjuta-project-wizard:NPWPlugin
 Icon=anjuta-project-wizard-plugin-48.png
 Interfaces=IAnjutaWizard

Modified: trunk/plugins/project-wizard/druid.c
==============================================================================
--- trunk/plugins/project-wizard/druid.c	(original)
+++ trunk/plugins/project-wizard/druid.c	Tue Jan 22 14:00:31 2008
@@ -833,7 +833,7 @@
 	xml = glade_xml_new (GLADE_FILE, NEW_PROJECT_DIALOG, NULL);
 	if ((this == NULL) || (xml == NULL))
 	{
-		anjuta_util_dialog_error (NULL, _("Unable to build project wizard user interface."));
+		anjuta_util_dialog_error (NULL, _("Unable to build project assistent user interface."));
 		g_free (this);
 
 		return NULL;

Modified: trunk/plugins/project-wizard/plugin.c
==============================================================================
--- trunk/plugins/project-wizard/plugin.c	(original)
+++ trunk/plugins/project-wizard/plugin.c	Tue Jan 22 14:00:31 2008
@@ -147,7 +147,7 @@
 		man = anjuta_shell_get_interface (ANJUTA_PLUGIN (this)->shell,
 										  IAnjutaMessageManager, NULL);
 		this->view =
-			ianjuta_message_manager_add_view (man, _("New Project Wizard"),
+			ianjuta_message_manager_add_view (man, _("New Project Assistent"),
 											  ICON_FILE, NULL);
 		if (this->view != NULL)
 		{



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