mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(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:
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user