(trunk) #3926: use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients -- change the filename from add-dialog.[ch] to open-dialog.[ch]. whoooo

This commit is contained in:
Jordan Lee
2011-01-20 19:57:42 +00:00
parent 131afcc3a4
commit 3b28138c71
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -31,7 +31,6 @@ AM_LDFLAGS = \
noinst_HEADERS = \
actions.h \
add-dialog.h \
conf.h \
details.h \
dialogs.h \
@@ -49,6 +48,7 @@ noinst_HEADERS = \
makemeta-ui.h \
msgwin.h \
notify.h \
open-dialog.h \
relocate.h \
stats.h \
torrent-cell-renderer.h \
@@ -67,7 +67,6 @@ dbus_generated_sources = tr-core-dbus.h
transmission_gtk_SOURCES = \
actions.c \
add-dialog.c \
conf.c \
details.c \
dialogs.c \
@@ -80,6 +79,7 @@ transmission_gtk_SOURCES = \
makemeta-ui.c \
msgwin.c \
notify.c \
open-dialog.c \
relocate.c \
stats.c \
torrent-cell-renderer.c \
+1 -1
View File
@@ -49,7 +49,6 @@
#include <libtransmission/web.h>
#include "actions.h"
#include "add-dialog.h"
#include "conf.h"
#include "details.h"
#include "dialogs.h"
@@ -57,6 +56,7 @@
#include "makemeta-ui.h"
#include "msgwin.h"
#include "notify.h"
#include "open-dialog.h"
#include "relocate.h"
#include "stats.h"
#include "tr-core.h"
+1 -1
View File
@@ -18,10 +18,10 @@
#include <libtransmission/transmission.h>
#include <libtransmission/utils.h> /* tr_is_same_file() */
#include "add-dialog.h"
#include "conf.h"
#include "file-list.h"
#include "hig.h"
#include "open-dialog.h"
#include "tr-prefs.h"
/****
+1 -1
View File
@@ -1,6 +1,5 @@
[encoding: UTF-8]
gtk/actions.c
gtk/add-dialog.c
gtk/conf.c
gtk/details.c
gtk/dialogs.c
@@ -11,6 +10,7 @@ gtk/main.c
gtk/makemeta-ui.c
gtk/msgwin.c
gtk/notify.c
gtk/open-dialog.c
gtk/relocate.c
gtk/stats.c
gtk/torrent-cell-renderer.c