summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-07-29 22:21:34 +0100
committerScore_Under2015-07-29 22:21:34 +0100
commit9b2f48fc25975e0d48dea477a9698a79e46bfe70 (patch)
tree90da1be3f6b2d80f9d5f12b3d2d5003299105e57 /paths-in-opt.patch
parent2135232bcfe0de16dba8639ec69818f818a320be (diff)
downloadaur-9b2f48fc25975e0d48dea477a9698a79e46bfe70.tar.gz
Update for v167
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index fe55c4b98149..64866d266c2c 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,8 +1,8 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index 6811311..8abf9a2 100755
+index f102d86..3564325 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -132,7 +132,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -134,7 +134,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
aboutinfo.SetVersion( HydrusData.ToString( HC.SOFTWARE_VERSION ) )
aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
@@ -11,7 +11,7 @@ index 6811311..8abf9a2 100755
aboutinfo.SetLicense( license )
-@@ -1942,7 +1942,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
+@@ -1945,7 +1945,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
elif command == '8chan_board': webbrowser.open( 'http://8ch.net/hydrus/index.html' )
elif command == 'file_integrity': self._CheckFileIntegrity()
@@ -21,10 +21,10 @@ index 6811311..8abf9a2 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 d025f7b..372eccc 100755
+index 465fc3e..b73c6ef 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
-@@ -619,7 +619,7 @@ class DialogFirstStart( Dialog ):
+@@ -620,7 +620,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'
@@ -34,7 +34,7 @@ index d025f7b..372eccc 100755
message3 = 'When you close this dialog, the client will start its local http server. You will probably get a firewall warning.'
message4 = 'You can block it if you like, or you can allow it. It doesn\'t phone home, or expose your files to your network; it just provides another way to locally export your files.'
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index ecb6cff..563d416 100755
+index 981583d..0aca093 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys