summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-10-14 23:07:31 +0100
committerScore_Under2015-10-14 23:07:37 +0100
commit814f6350cb1c97da844cd1593a98ba3182e07839 (patch)
treed6df506d607159b183467008aebb22ce392516fe /paths-in-opt.patch
parent1507465e545d8de27e4c23a663a8b1b5cacfceef (diff)
downloadaur-814f6350cb1c97da844cd1593a98ba3182e07839.tar.gz
Update for v177
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index e7a77932139b..c2f6565931d3 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,5 +1,5 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index 2e274f6..bbfb330 100755
+index 38e41ce..1e7fa76 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
@@ -139,7 +139,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
@@ -21,10 +21,10 @@ index 2e274f6..bbfb330 100755
elif command == 'help_shortcuts': wx.MessageBox( CC.SHORTCUT_HELP )
elif command == 'import_files': self._ImportFiles()
diff --git a/include/ClientGUIDialogs.py b/include/ClientGUIDialogs.py
-index 6d6962d..6657d01 100755
+index f765182..66b7347 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
-@@ -628,7 +628,7 @@ class DialogFirstStart( Dialog ):
+@@ -630,7 +630,7 @@ class DialogFirstStart( Dialog ):
self._ok.SetForegroundColour( ( 0, 128, 0 ) )
message1 = 'Hi, this looks like the first time you have started the hydrus client. Don\'t forget to check out the'
@@ -55,7 +55,7 @@ index c7cc159..dfb34aa 100644
response_context = HydrusServerResources.ResponseContext( 200, path = path )
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index 277f0fa..c0bcc4e 100755
+index b719882..be7cf52 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys