[gnome-commander/gcmd-1-3] rename src/dialogs/gnome-cmd-advrename-profiles-dialog.* -> src/dialogs/gnome-cmd-manage-profiles-di



commit 208e6c84d3b907d9eab2978d5ccddbbdd5821e20
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Tue May 19 22:11:10 2009 +0200

    rename src/dialogs/gnome-cmd-advrename-profiles-dialog.* -> src/dialogs/gnome-cmd-manage-profiles-dialog.*
---
 po/POTFILES.in                                     |   77 --------------------
 src/dialogs/Makefile.am                            |    2 +-
 ...alog.cc => gnome-cmd-manage-profiles-dialog.cc} |    4 +-
 ...dialog.h => gnome-cmd-manage-profiles-dialog.h} |    8 +-
 src/gnome-cmd-advrename-dialog.cc                  |    4 +-
 5 files changed, 9 insertions(+), 86 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
deleted file mode 100644
index 4d28fb8..0000000
--- a/po/POTFILES.in
+++ /dev/null
@@ -1,77 +0,0 @@
-# List of source files containing translatable strings.
-# Please keep this file sorted alphabetically.
-[encoding: UTF-8]
-data/gnome-commander.desktop.in.in
-libgcmd/gnome-cmd-string-dialog.c
-plugins/cvs/cvs-plugin.c
-plugins/cvs/interface.c
-plugins/fileroller/file-roller-plugin.c
-plugins/test/test-plugin.c
-src/dialogs/gnome-cmd-advrename-profiles-dialog.cc
-src/dialogs/gnome-cmd-advrename-regex-dialog.cc
-src/gnome-cmd-about-plugin.cc
-src/gnome-cmd-advrename-dialog.cc
-src/gnome-cmd-bookmark-dialog.cc
-src/gnome-cmd-chmod-component.cc
-src/gnome-cmd-chmod-dialog.cc
-src/gnome-cmd-chown-component.cc
-src/gnome-cmd-chown-dialog.cc
-src/gnome-cmd-con-device.cc
-src/gnome-cmd-con-dialog.cc
-src/gnome-cmd-con-ftp.cc
-src/gnome-cmd-con-home.cc
-src/gnome-cmd-con-smb.cc
-src/gnome-cmd-data.cc
-src/gnome-cmd-delete-dialog.cc
-src/gnome-cmd-dir-indicator.cc
-src/gnome-cmd-dir.cc
-src/gnome-cmd-file-list.cc
-src/gnome-cmd-file-popmenu.cc
-src/gnome-cmd-file-props-dialog.cc
-src/gnome-cmd-file-selector.cc
-src/gnome-cmd-file.cc
-src/gnome-cmd-key-shortcuts-dialog.cc
-src/gnome-cmd-list-popmenu.cc
-src/gnome-cmd-main-menu.cc
-src/gnome-cmd-main-win.cc
-src/gnome-cmd-make-copy-dialog.cc
-src/gnome-cmd-mkdir-dialog.cc
-src/gnome-cmd-options-dialog.cc
-src/gnome-cmd-patternsel-dialog.cc
-src/gnome-cmd-prepare-copy-dialog.cc
-src/gnome-cmd-prepare-move-dialog.cc
-src/gnome-cmd-prepare-xfer-dialog.cc
-src/gnome-cmd-profile-component.cc
-src/gnome-cmd-python-plugin.cc
-src/gnome-cmd-quicksearch-popup.cc
-src/gnome-cmd-remote-dialog.cc
-src/gnome-cmd-rename-dialog.cc
-src/gnome-cmd-search-dialog.cc
-src/gnome-cmd-smb-auth.cc
-src/gnome-cmd-smb-path.cc
-src/gnome-cmd-user-actions.cc
-src/gnome-cmd-xfer.cc
-src/gnome-cmd-xfer-progress-win.cc
-src/gnome-cmd-xml-config.cc
-src/imageloader.cc
-src/intviewer/cp437.cc
-src/intviewer/datapresentation.cc
-src/intviewer/fileops.cc
-src/intviewer/image-render.cc
-src/intviewer/inputmodes.cc
-src/intviewer/intviewer.cc
-src/intviewer/scroll-box.cc
-src/intviewer/search-dlg.cc
-src/intviewer/search-progress-dlg.cc
-src/intviewer/text-render.cc
-src/intviewer/viewer-widget.cc
-src/intviewer/viewer-window.cc
-src/main.cc
-src/owner.cc
-src/plugin_manager.cc
-src/tags/gnome-cmd-tags.cc
-src/tags/gnome-cmd-tags-doc.cc
-src/tags/gnome-cmd-tags-exiv2.cc
-src/tags/gnome-cmd-tags-poppler.cc
-src/tags/gnome-cmd-tags-taglib.cc
-src/utils.cc
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index e1933b2..5bef93e 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -16,5 +16,5 @@ AM_CPPFLAGS = \
 	-DPLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins"\"
 
 libgcmd_dialogs_a_SOURCES = \
-	gnome-cmd-advrename-profiles-dialog.h gnome-cmd-advrename-profiles-dialog.cc \
+	gnome-cmd-manage-profiles-dialog.h gnome-cmd-manage-profiles-dialog.cc \
 	gnome-cmd-advrename-regex-dialog.h gnome-cmd-advrename-regex-dialog.cc
diff --git a/src/dialogs/gnome-cmd-advrename-profiles-dialog.cc b/src/dialogs/gnome-cmd-manage-profiles-dialog.cc
similarity index 98%
rename from src/dialogs/gnome-cmd-advrename-profiles-dialog.cc
rename to src/dialogs/gnome-cmd-manage-profiles-dialog.cc
index dc03726..d8419b7 100644
--- a/src/dialogs/gnome-cmd-advrename-profiles-dialog.cc
+++ b/src/dialogs/gnome-cmd-manage-profiles-dialog.cc
@@ -22,7 +22,7 @@
 
 #include "gnome-cmd-includes.h"
 #include "gnome-cmd-data.h"
-#include "gnome-cmd-advrename-profiles-dialog.h"
+#include "gnome-cmd-manage-profiles-dialog.h"
 #include "gnome-cmd-treeview.h"
 #include "gnome-cmd-menu-button.h"
 #include "gnome-cmd-hintbox.h"
@@ -78,7 +78,7 @@ inline void add_profile(GtkWidget *view, GnomeCmdData::AdvrenameConfig::Profile
 }
 
 
-gboolean gnome_cmd_advrename_profiles_dialog_new (const gchar *title, GtkWindow *parent, GnomeCmdData::AdvrenameConfig &cfg, gboolean new_profile)
+gboolean gnome_cmd_manage_profiles_dialog_new (const gchar *title, GtkWindow *parent, GnomeCmdData::AdvrenameConfig &cfg, gboolean new_profile)
 {
     profiles = cfg.profiles;
     default_profile = cfg.default_profile;
diff --git a/src/dialogs/gnome-cmd-advrename-profiles-dialog.h b/src/dialogs/gnome-cmd-manage-profiles-dialog.h
similarity index 74%
rename from src/dialogs/gnome-cmd-advrename-profiles-dialog.h
rename to src/dialogs/gnome-cmd-manage-profiles-dialog.h
index 683def7..c9f76f7 100644
--- a/src/dialogs/gnome-cmd-advrename-profiles-dialog.h
+++ b/src/dialogs/gnome-cmd-manage-profiles-dialog.h
@@ -18,11 +18,11 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 */
 
-#ifndef __GNOME_CMD_ADVRENAME_PROFILES_DIALOG_H__
-#define __GNOME_CMD_ADVRENAME_PROFILES_DIALOG_H__
+#ifndef __GNOME_CMD_MANAGE_PROFILES_DIALOG_H__
+#define __GNOME_CMD_MANAGE_PROFILES_DIALOG_H__
 
 #include "gnome-cmd-data.h"
 
-gboolean gnome_cmd_advrename_profiles_dialog_new (const gchar *title, GtkWindow *parent, GnomeCmdData::AdvrenameConfig &cfg, gboolean new_profile);
+gboolean gnome_cmd_manage_profiles_dialog_new (const gchar *title, GtkWindow *parent, GnomeCmdData::AdvrenameConfig &cfg, gboolean new_profile);
 
-#endif // __GNOME_CMD_ADVRENAME_PROFILES_DIALOG_H__
+#endif // __GNOME_CMD_MANAGE_PROFILES_DIALOG_H__
diff --git a/src/gnome-cmd-advrename-dialog.cc b/src/gnome-cmd-advrename-dialog.cc
index 57138f7..bdf019d 100644
--- a/src/gnome-cmd-advrename-dialog.cc
+++ b/src/gnome-cmd-advrename-dialog.cc
@@ -29,8 +29,8 @@
 #include "gnome-cmd-convert.h"
 #include "gnome-cmd-advrename-dialog.h"
 #include "gnome-cmd-profile-component.h"
-#include "dialogs/gnome-cmd-advrename-profiles-dialog.h"
 #include "dialogs/gnome-cmd-advrename-regex-dialog.h"
+#include "dialogs/gnome-cmd-manage-profiles-dialog.h"
 #include "gnome-cmd-advrename-lexer.h"
 #include "gnome-cmd-file.h"
 #include "gnome-cmd-treeview.h"
@@ -183,7 +183,7 @@ void GnomeCmdAdvrenameDialog::Private::manage_profiles(GnomeCmdAdvrenameDialog::
     if (new_profile)
         priv->profile_component->copy();
 
-    if (gnome_cmd_advrename_profiles_dialog_new (_("Profiles"), GTK_WINDOW (dialog), cfg,  new_profile))
+    if (gnome_cmd_manage_profiles_dialog_new (_("Profiles"), GTK_WINDOW (dialog), cfg,  new_profile))
     {
         GtkWidget *menu = widget->parent;
 



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