summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-10-28 22:53:49 +0000
committerScore_Under2015-10-28 22:53:49 +0000
commit2b934121d3a1a812a331a7df11e98ad8df83f67c (patch)
tree4278eb8e6381d1473e5bdbd9e3c929519e563176 /paths-in-opt.patch
parenta31aa2b64067fa4a5017a31223a03d8e5c53cc1e (diff)
downloadaur-2b934121d3a1a812a331a7df11e98ad8df83f67c.tar.gz
Update for v179
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index 09780630964a..031a930c2c60 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 8991877..eede814 100755
+index 3e6f6d9..41b4c16 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
@@ -140,7 +140,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
@@ -11,7 +11,7 @@ index 8991877..eede814 100755
aboutinfo.SetLicense( license )
-@@ -2068,7 +2068,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
+@@ -2071,7 +2071,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
elif command == '8chan_board': webbrowser.open( 'https://8ch.net/hydrus/index.html' )
elif command == 'file_integrity': self._CheckFileIntegrity()
@@ -21,10 +21,10 @@ index 8991877..eede814 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 0517dd8..123a347 100755
+index 0d530b6..1770bcf 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
-@@ -630,7 +630,7 @@ class DialogFirstStart( Dialog ):
+@@ -636,7 +636,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 85f286d..9709688 100644
response_context = HydrusServerResources.ResponseContext( 200, path = path )
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index 6e07211..707e101 100755
+index a0c0e00..c16c6ea 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys